mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-22 22:00:49 +00:00
Added .PHONY
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@10372 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
5aa7e740d2
commit
869a138c63
1 changed files with 2 additions and 0 deletions
|
@ -35,6 +35,8 @@ TGZ_MAKE_LOADED=yes
|
|||
PDIR_NAME = $(subst gnustep-,,$(PACKAGE_NAME))
|
||||
VERTAG = `echo $(VERSION) | tr '.' '_'`
|
||||
|
||||
.PHONY: tgz cvs-tag cvs-dist cvs-snapshot
|
||||
|
||||
#
|
||||
# Build a .tgz with the whole directory tree
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue