mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-23 22:33:28 +00:00
Added missing PHONY target declaration
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@24645 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
cdea507eee
commit
5dceef3c0e
2 changed files with 10 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2007-02-18 Nicola Pero <nicola.pero@meta-innovation.com>
|
||||
|
||||
* rules.make (.PHONY): Added declaration of new
|
||||
print-gnustep-make-* targets as PHONY.
|
||||
|
||||
2007-02-18 Nicola Pero <nicola.pero@meta-innovation.com>
|
||||
|
||||
* empty.make: Added file that was missing in past commit.
|
||||
|
|
|
@ -652,6 +652,11 @@ $(GNUSTEP_OBJ_DIR):
|
|||
$(MKDIRS) ./$(GNUSTEP_OBJ_DIR_NAME)$(END_ECHO)
|
||||
|
||||
# Now the print targets.
|
||||
.PHONY: print-gnustep-make-help \
|
||||
print-gnustep-make-objc-flags \
|
||||
print-gnustep-make-objc-libs \
|
||||
print-gnustep-make-base-libs \
|
||||
print-gnustep-make-gui-libs
|
||||
|
||||
# Print GNUstep make help. The sed command is used to strip all lines
|
||||
# beginning with '#' from the file. It will find all lines that match
|
||||
|
|
Loading…
Reference in a new issue