fix cut-and-pasto in code for binary-dist upload
[ghc-hetmet.git] / Makefile
index b03289b..c81dc39 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -388,8 +388,8 @@ binary-dist ::
 ifneq "$(PublishLocation)" ""
 binary-dist ::
        @for i in 0 1 2 3 4 5 6 7 8 9; do \
-               echo "Try $$i: $(PublishCp) $(SRC_DIST_EXTRALIBS_TARBALL) $(PublishLocation)"; \
-               if $(PublishCp) $(SRC_DIST_EXTRALIBS_TARBALL) $(PublishLocation); then break; fi\
+               echo "Try $$i: $(PublishCp) $(BIN_DIST_TARBALL) $(PublishLocation)"; \
+               if $(PublishCp) $(BIN_DIST_TARBALL) $(PublishLocation); then break; fi\
        done
 endif