mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-22 22:00:49 +00:00
Replace proper target
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@8667 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
aa361d0247
commit
fc1f301a38
1 changed files with 1 additions and 1 deletions
|
@ -185,7 +185,7 @@ $(LIBRARY_OBJ_DIR)/$(DLL_NAME) : $(DLL_OFILES) $(DERIVED_SOURCES)/$(INTERNAL_lib
|
|||
|
||||
else # BUILD_DLL
|
||||
|
||||
internal-library-all:: before-$(TARGET)-all $(LIBRARY_OBJ_DIR) \
|
||||
internal-library-all:: before-$(TARGET)-all $(GNUSTEP_OBJ_DIR) \
|
||||
$(LIBRARY_OBJ_DIR)/$(VERSION_LIBRARY_FILE) import-library \
|
||||
after-$(TARGET)-all
|
||||
|
||||
|
|
Loading…
Reference in a new issue