Make sure internal-precompile-headers target is marked as .PHONY

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@24361 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2007-01-16 03:17:13 +00:00
parent effa404c14
commit 7d46a3d545
2 changed files with 5 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2007-01-16 Nicola Pero <nicola.pero@meta-innovation.com>
* Instance/rules.make (.PHONY): Added internal-precompile-headers.
2007-01-16 Nicola Pero <nicola.pero@meta-innovation.com>
Implemented precompiled headers support. To use them to speed up

View file

@ -35,6 +35,7 @@
# here we would only declare one of them .PHONY, so it should be done
# by the project specific makefile fragments).
.PHONY: \
internal-precompile-headers \
before-$(GNUSTEP_INSTANCE)-all after-$(GNUSTEP_INSTANCE)-all \
internal-$(GNUSTEP_TYPE)-all \
before-$(GNUSTEP_INSTANCE)-install after-$(GNUSTEP_INSTANCE)-install \