library.make: Changed the full .inp declaration to $(DLL_DEF_INP).

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/branches/freeze-1_8_0@17690 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Adam Fedor 2003-09-20 03:25:24 +00:00
parent 3e5257b513
commit a1c4b02887
3 changed files with 6 additions and 2 deletions

View file

@ -1,3 +1,7 @@
2003-09-19 Leigh Smith <leigh@leighsmith.com>
* library.make: Changed the full .inp declaration to $(DLL_DEF_INP).
2003-09-15 Adam Fedor <fedor@gnu.org>
* Version 1.7.4

View file

@ -14,7 +14,7 @@ It also allows the user to easily create cross-compiled binaries.
Note that versions that have a odd minor release number (the second number,
y, in x.y.z) are unstable
releases (like 1.5.2), which even minor release numbers (1.4.1) are stable
releases (like 1.5.2), while even minor release numbers (1.4.1) are stable
releases.
@set ANNOUNCE-ONLY

View file

@ -185,7 +185,7 @@ SHARED_CFLAGS += -DBUILD_$(CLEAN_library_NAME)_DLL=1
internal-library-all_:: \
$(GNUSTEP_OBJ_DIR) \
$(DERIVED_SOURCES) \
$(DERIVED_SOURCES)/$(GNUSTEP_INSTANCE).inp \
$(DLL_DEF_INP) \
$(DERIVED_SOURCES)/$(GNUSTEP_INSTANCE).def \
$(GNUSTEP_OBJ_DIR)/$(DLL_NAME) \
$(GNUSTEP_OBJ_DIR)/$(DLL_EXP_LIB)