Add a missing semicolon causing publish-binary-dist to fail
authorIan Lynagh <igloo@earth.li>
Wed, 16 May 2007 23:16:15 +0000 (23:16 +0000)
committerIan Lynagh <igloo@earth.li>
Wed, 16 May 2007 23:16:15 +0000 (23:16 +0000)
Makefile

index ff8adb7..f143535 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -397,7 +397,7 @@ endif
 publish-binary-dist :
        @for i in 0 1 2 3 4 5 6 7 8 9; do \
                echo "Try $$i: $(PublishCp) $(BIN_DIST_TARBALL) $(PublishLocation)"; \
-               if $(PublishCp) $(BIN_DIST_TARBALL) $(PublishLocation); then break; fi\
+               if $(PublishCp) $(BIN_DIST_TARBALL) $(PublishLocation); then break; fi; \
        done
        $(PublishCp) -r $(BIN_DIST_DIR)/share/html/* $(PublishLocation)/docs