mirror of
https://github.com/gnustep/tools-make.git
synced 2025-05-06 03:40:44 +00:00
Another newline
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@4873 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
f298dca113
commit
4380d213ce
1 changed files with 1 additions and 2 deletions
|
@ -631,8 +631,7 @@ SHARED_LIB_LINK_CMD = \
|
||||||
$(CC) $(SHARED_LD_PREFLAGS) \
|
$(CC) $(SHARED_LD_PREFLAGS) \
|
||||||
-dynamiclib $(ARCH_FLAGS) -dynamic \
|
-dynamiclib $(ARCH_FLAGS) -dynamic \
|
||||||
-compatibility_version 1 -current_version 1 \
|
-compatibility_version 1 -current_version 1 \
|
||||||
-install_name $(GNUSTEP_SYSTEM_ROOT)/$(TARGET_LIB_DIR)/$(LIBRARY_FILE)
|
-install_name $(GNUSTEP_SYSTEM_ROOT)/$(TARGET_LIB_DIR)/$(LIBRARY_FILE) \
|
||||||
\
|
|
||||||
-o $@ \
|
-o $@ \
|
||||||
-framework Foundation \
|
-framework Foundation \
|
||||||
-framework System \
|
-framework System \
|
||||||
|
|
Loading…
Reference in a new issue