mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-22 22:00:49 +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
71c079e694
commit
dfbd8fb6c7
1 changed files with 1 additions and 2 deletions
|
@ -631,8 +631,7 @@ SHARED_LIB_LINK_CMD = \
|
|||
$(CC) $(SHARED_LD_PREFLAGS) \
|
||||
-dynamiclib $(ARCH_FLAGS) -dynamic \
|
||||
-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 $@ \
|
||||
-framework Foundation \
|
||||
-framework System \
|
||||
|
|
Loading…
Reference in a new issue