From: simonm Date: Thu, 9 Oct 1997 15:46:49 +0000 (+0000) Subject: [project @ 1997-10-09 15:46:49 by simonm] X-Git-Tag: Approx_2487_patches~1396 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=18f5ee1b2f91f62cad0210aa09b28e5ac91d9ae1;p=ghc-hetmet.git [project @ 1997-10-09 15:46:49 by simonm] back out part of last commit, it didn't take into account executable files. --- diff --git a/Makefile b/Makefile index 277e4f0..49a2df8 100644 --- a/Makefile +++ b/Makefile @@ -53,7 +53,6 @@ binary-dist:: @for i in $(BIN_DIST_TOP); do \ echo cp $$i $(BIN_DIST_TMPDIR)/$(BIN_DIST_NAME); \ cp $$i $(BIN_DIST_TMPDIR)/$(BIN_DIST_NAME); \ - chmod 664 $(BIN_DIST_TMPDIR)/$(BIN_DIST_NAME)/`basename $$i`; \ done; @echo "hackily rename some of these chaps.." $(MV) $(BIN_DIST_TMPDIR)/$(BIN_DIST_NAME)/Makefile-bin.in $(BIN_DIST_TMPDIR)/$(BIN_DIST_NAME)/Makefile.in