summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2005-04-08 17:18:39 +0000
committerRoland McGrath <roland@gnu.org>2005-04-08 17:18:39 +0000
commita19fc30a4be27a24065b9a53b98042b73ff51b69 (patch)
tree133bba3bba0ae8717417d125847bec6ad317fe20
parentbc783511b0a55133c1a753a49eff41ca16409df3 (diff)
Remove undefined targets from .PHONY.
-rw-r--r--fedora/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/fedora/Makefile b/fedora/Makefile
index 3a8a48b056..0564b62807 100644
--- a/fedora/Makefile
+++ b/fedora/Makefile
@@ -4,7 +4,7 @@ glibc.spec: # The default target.
tag-prefix := fedora-
-.PHONY: update commit-merge commit patch tag archive finish_archive srpm rpm
+.PHONY: update commit-merge tag archive finish_archive srpm rpm
snapshot-date-fmt := +'%Y-%m-%d %H:%M %Z'
snapshot-name-fmt := +'%Y%m%dT%H%M'