diff options
author | Roland McGrath <roland@gnu.org> | 2005-04-08 17:18:39 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2005-04-08 17:18:39 +0000 |
commit | a19fc30a4be27a24065b9a53b98042b73ff51b69 (patch) | |
tree | 133bba3bba0ae8717417d125847bec6ad317fe20 | |
parent | bc783511b0a55133c1a753a49eff41ca16409df3 (diff) | |
download | glibc-a19fc30a4be27a24065b9a53b98042b73ff51b69.tar glibc-a19fc30a4be27a24065b9a53b98042b73ff51b69.tar.gz glibc-a19fc30a4be27a24065b9a53b98042b73ff51b69.tar.bz2 glibc-a19fc30a4be27a24065b9a53b98042b73ff51b69.zip |
Remove undefined targets from .PHONY.
-rw-r--r-- | fedora/Makefile | 2 |
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' |