From: Jim Meyering Date: Sun, 2 Dec 2001 06:49:33 +0000 (+0000) Subject: (emit-upload-commands): Fix typo: s/distdir/PACKAGE/. X-Git-Tag: FILEUTILS-4_1_3~17 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b8efd17fe85139547a6e7eded9d07fd76293aab9;p=thirdparty%2Fcoreutils.git (emit-upload-commands): Fix typo: s/distdir/PACKAGE/. --- diff --git a/Makefile.maint b/Makefile.maint index 20db9cef7c..a843d66afe 100644 --- a/Makefile.maint +++ b/Makefile.maint @@ -296,7 +296,7 @@ wget-update: $(get-targets) define emit-upload-commands echo ===================================== echo ===================================== - echo upload $(my_distdir) $(PREV_VERSION) $(VERSION) + echo upload $(PACKAGE) $(PREV_VERSION) $(VERSION) echo '# send the /tmp/announcement e-mail' echo ===================================== echo =====================================