mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-22 22:00:49 +00:00
Remove newlines
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@4872 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
ff70525095
commit
71c079e694
2 changed files with 5 additions and 3 deletions
|
@ -1,3 +1,7 @@
|
|||
1999-09-11 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* target.make: Remove two erronous newlines in the MacOSX section.
|
||||
|
||||
1999-09-07 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* Version: 0.6.0
|
||||
|
|
|
@ -624,7 +624,6 @@ ifeq ($(FOUNDATION_LIB),nx)
|
|||
endif
|
||||
|
||||
TARGET_LIB_DIR = \
|
||||
|
||||
Libraries/$(GNUSTEP_TARGET_CPU)/$(GNUSTEP_TARGET_OS)/$(LIBRARY_COMBO)
|
||||
|
||||
ifneq ($(OBJC_COMPILER), NeXT)
|
||||
|
@ -649,8 +648,7 @@ SHARED_LIB_LINK_CMD = \
|
|||
-compatibility_version 1 -current_version 1 \
|
||||
-read_only_relocs suppress \
|
||||
-undefined suppress \
|
||||
-install_name $(GNUSTEP_SYSTEM_ROOT)/$(TARGET_LIB_DIR)/$(LIBRARY_FILE)
|
||||
\
|
||||
-install_name $(GNUSTEP_SYSTEM_ROOT)/$(TARGET_LIB_DIR)/$(LIBRARY_FILE) \
|
||||
-o $@ \
|
||||
$(ALL_LIB_DIRS) \
|
||||
$(LIBRARIES_DEPEND_UPON) $(LIBRARIES_FOUNDATION_DEPEND_UPON) \
|
||||
|
|
Loading…
Reference in a new issue