X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Makefile;h=f1435358412f7016d66cf7e276dc648bdf6ea00c;hb=685436101ebe0ec301622d092ff18b1759a1fa12;hp=ff8adb72aa117c56dcd7a9b835d25b5f68762a1d;hpb=b39e447d1c0fcf612d51342f8e270973edfe7e28;p=ghc-hetmet.git diff --git a/Makefile b/Makefile index ff8adb7..f143535 100644 --- 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