Skip to content
Snippets Groups Projects
Commit 18f5ee1b authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 1997-10-09 15:46:49 by simonm]

back out part of last commit, it didn't take into account executable
files.
parent 76eb32ad
No related merge requests found
......@@ -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
......
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