mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
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:
parent
1ddbfbf13e
commit
071e91adab
2 changed files with 7 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue