Removed obsolete manual dependency rules in gnustep-base Makefile.postamble

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@29563 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2010-02-11 22:40:35 +00:00
parent 1ddbfbf13e
commit 071e91adab
2 changed files with 7 additions and 4 deletions

View file

@ -1,3 +1,10 @@
2010-02-11 Nicola Pero <nicola.pero@meta-innovation.com>
* Source/Makefile.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: Compile Additions as a subproject before the

View file

@ -112,14 +112,10 @@ after-distclean::
# Things to do after checking
# after-check::
$(GNUSTEP_OBJ_DIR)/objc-load${OEXT}: dynamic-load.h
dynamic-load.h: ../config.status
rm -f dynamic-load.h
cp $(DYNAMIC_LINKER)-load.h dynamic-load.h
$(GNUSTEP_OBJ_DIR)/preface${OEXT}: $(HEADER_DIR_BASE)/preface.h
#
# The config.h file is specific to a target
#