mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-22 22:00:49 +00:00
Fixed typo in comment
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@21467 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
73ca5533b9
commit
22b0a73b98
1 changed files with 1 additions and 1 deletions
|
@ -302,7 +302,7 @@ $(GNUSTEP_OBJ_DIR)/$(DLL_NAME): $(OBJ_FILES_TO_LINK) \
|
|||
$(INTERNAL_LIBRARIES_DEPEND_UPON) $(TARGET_SYSTEM_LIBS) \
|
||||
$(SHARED_LD_POSTFLAGS)$(END_ECHO)
|
||||
|
||||
else # following code for anything but OLD_DLL_SUPPORt
|
||||
else # following code for anything but OLD_DLL_SUPPORT
|
||||
|
||||
internal-library-all_:: $(GNUSTEP_OBJ_DIR) \
|
||||
$(GNUSTEP_OBJ_DIR)/$(VERSION_LIBRARY_FILE)
|
||||
|
|
Loading…
Reference in a new issue