Removed obsolete manual dependency rules in gnustep-gui GNUmakefile.postamble

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@29564 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
nicola 2010-02-11 22:40:50 +00:00
parent b2ba810510
commit 773af6ffc6
2 changed files with 7 additions and 7 deletions

View file

@ -1,3 +1,10 @@
2010-02-11 Nicola Pero <nicola.pero@meta-innovation.com>
* Source/GNUmakefile.postamble: Removed obsolete manual dependency
rules. Dependencies of object files on header files are
automatically computed by gnustep-make, so these rules were
superfluous.
2010-02-11 Nicola Pero <nicola.pero@meta-innovation.com>
* Source/GNUmakefile: Do not try including the non-existing

View file

@ -108,13 +108,6 @@ $(GNUSTEP_TARGET_DIR)/config.h: ../config.status
-mv ../Headers/Additions/GNUstepGUI/config.h $(GNUSTEP_TARGET_DIR)
-touch $(GNUSTEP_TARGET_DIR)/config.h
#
# Files that need a rebuild if config.h is changed.
#
$(GNUSTEP_OBJ_DIR)/*.o \
: $(GNUSTEP_TARGET_DIR)/config.h
#
# Make list of class names for DLL exports. Uses the actual classes from
# the .o files, so it should really have everything needed.