Skip to content
Snippets Groups Projects
Commit fdc02fd0 authored by sof's avatar sof
Browse files

[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
parent ea308771
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment