Removed excess definition of DERIVED_SOURCES in library.make

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@17850 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2003-10-13 22:42:41 +00:00
parent fbb4af81fc
commit 5d5b733369
2 changed files with 5 additions and 2 deletions

View file

@ -1,3 +1,8 @@
Tue Oct 14 00:34:57 2003 Nicola Pero <n.pero@mi.flashnet.it>
* Instance/library.make (DERIVED_SOURCES): Do not define here;
it's already defined in rules.make.
Mon Oct 13 23:23:40 2003 Nicola Pero <n.pero@mi.flashnet.it>
* Instance/bundle.make (internal-bundle-install_): Fixed error

View file

@ -161,8 +161,6 @@ LIB_LINK_INSTALL_DIR = $(FINAL_LIBRARY_INSTALL_DIR)
ifeq ($(BUILD_DLL),yes)
DERIVED_SOURCES = derived_src
DLL_DEF = $($(GNUSTEP_INSTANCE)_DLL_DEF)
DLL_DEF_FILES = $(SUBPROJECT_DEF_FILES) $(DLL_DEF)