From: sof Date: Thu, 9 Oct 1997 10:48:00 +0000 (+0000) Subject: [project @ 1997-10-09 10:48:00 by sof] X-Git-Tag: Approx_2487_patches~1399 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=fdc02fd0b6878a45a5ec28a15b37db638b0ff25a [project @ 1997-10-09 10:48:00 by sof] Added aclocal.m4 to binary distrib; ensure that group write bit is on for all toplevel binary distrib files --- diff --git a/Makefile b/Makefile index 26a2ed9..277e4f0 100644 --- a/Makefile +++ b/Makefile @@ -46,12 +46,14 @@ BIN_DIST_TOP= distrib/Makefile-bin.in \ ghc/RELEASE \ install-sh \ config.guess \ - config.sub + config.sub \ + aclocal.m4 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