mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-23 22:33:28 +00:00
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:
parent
effa404c14
commit
7d46a3d545
2 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue