summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorsimonm <unknown>1997-12-18 13:00:08 +0000
committersimonm <unknown>1997-12-18 13:00:08 +0000
commit54dbdcf078c97ad6f6454bdf9b094e5d46fd2b67 (patch)
tree5c83d5c33fe5ec17c9a15e29119584e15e08ef37 /Makefile
parent37f34f85fc508414343fca7ef54626a9aa63e058 (diff)
downloadhaskell-54dbdcf078c97ad6f6454bdf9b094e5d46fd2b67.tar.gz
[project @ 1997-12-18 13:00:08 by simonm]
correct typo in bindist configuration stuff.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 71bd7160d4..a4d7bfe869 100644
--- a/Makefile
+++ b/Makefile
@@ -62,7 +62,7 @@ binary-dist::
done;
@echo "Configuring the Makefile for this project..."
touch $(BIN_DIST_TMPDIR)/$(BIN_DIST_NAME)/Makefile.in
- echo "project = $(ProjectNameShort)" >> $(BIN_DIST_TMPDIR)/$(BIN_DIST_NAME)/Makefile.in
+ echo "package = $(ProjectNameShort)" >> $(BIN_DIST_TMPDIR)/$(BIN_DIST_NAME)/Makefile.in
echo "version = $(ProjectVersion)" >> $(BIN_DIST_TMPDIR)/$(BIN_DIST_NAME)/Makefile.in
echo "PACKAGE_SH_SCRIPTS = $($(Project)BinDistShScripts)" >> $(BIN_DIST_TMPDIR)/$(BIN_DIST_NAME)/Makefile.in
echo "PACKAGE_PRL_SCRIPTS = $($(Project)BinDistPrlScripts)" >> $(BIN_DIST_TMPDIR)/$(BIN_DIST_NAME)/Makefile.in