X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;ds=sidebyside;f=Makefile;h=a4d7bfe869147a8f0127af16688ff08e040ae5c5;hb=54dbdcf078c97ad6f6454bdf9b094e5d46fd2b67;hp=71bd7160d4cf027b8715d94ff002d84df5dbe53e;hpb=37f34f85fc508414343fca7ef54626a9aa63e058;p=ghc-hetmet.git diff --git a/Makefile b/Makefile index 71bd716..a4d7bfe 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