From: Ken Hornstein Date: Fri, 3 Feb 2012 20:03:00 +0000 (-0500) Subject: Make the upload target phony. X-Git-Url: http://git.marmaro.de/?a=commitdiff_plain;h=07808bdbf87f2caf032bfbe8f47fa6c1ab851332;p=mmh Make the upload target phony. --- diff --git a/Makefile.am b/Makefile.am index e43f9bc..fc2e621 100644 --- a/Makefile.am +++ b/Makefile.am @@ -533,3 +533,4 @@ upload: dist fi @echo "Uploading to savannah" scp -p $(DIST_ARCHIVES)* $(SAVANNAH_USERNAME)@savannah.gnu.org:/releases/nmh +.PHONY: upload