From a6b4a28147763fa865c644e6e42ec7a5841434d9 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Fri, 15 Aug 2008 23:17:54 -0300 Subject: [PATCH] Drop double push in Makefile. --- GNUmakefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakefile.in b/GNUmakefile.in index 3f5ffab..c689a62 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -111,7 +111,7 @@ udist: README.html @$(if $(shell git diff), echo "commit before disting" && false,true) if test -d .git ; then \ git tag -m '' release/$(VERSION) ; \ - git push $(GIT_MASTER_SITE) push tag release/$(VERSION) ; \ + git push $(GIT_MASTER_SITE) tag release/$(VERSION) ; \ fi scp $(distdir).tar.gz $(FTP_DIR) scp $< $(WWW_DIR)/index.html -- 2.11.4.GIT