From b8efd17fe85139547a6e7eded9d07fd76293aab9 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 2 Dec 2001 06:49:33 +0000 Subject: [PATCH] (emit-upload-commands): Fix typo: s/distdir/PACKAGE/. --- Makefile.maint | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ===================================== -- 2.47.3