X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Makefile;h=4f900d50c950443bb196422e46562607aee16161;hb=bc0eeca8c0e49ff50d5a2d154e486009aae97187;hp=da862f1cdda9ac48ac64b369c6effc31a7e3727d;hpb=f0e35c5c2e2bd83908927602d43e88e190dfd6c2;p=ghc-hetmet.git diff --git a/Makefile b/Makefile index da862f1..4f900d5 100644 --- a/Makefile +++ b/Makefile @@ -269,6 +269,7 @@ binary-dist:: echo "PACKAGE_LIB_PRL_SCRIPTS = $($(Project)BinDistLibPrlScripts)" >> $(BIN_DIST_TMPDIR)/$(BIN_DIST_NAME)/Makefile.in echo "PACKAGE_LIB_SPLICED_FILES = $($(Project)BinDistLibSplicedFiles)" >> $(BIN_DIST_TMPDIR)/$(BIN_DIST_NAME)/Makefile.in echo "PACKAGE_BINS = $($(Project)BinDistBins)" >> $(BIN_DIST_TMPDIR)/$(BIN_DIST_NAME)/Makefile.in + echo "PACKAGE_OPT_BINS = $($(Project)BinDistOptBins)" >> $(BIN_DIST_TMPDIR)/$(BIN_DIST_NAME)/Makefile.in echo "PACKAGE_LINKS = $($(Project)BinDistLinks)" >> $(BIN_DIST_TMPDIR)/$(BIN_DIST_NAME)/Makefile.in cat $(BIN_DIST_TMPDIR)/$(BIN_DIST_NAME)/Makefile-bin.in >> $(BIN_DIST_TMPDIR)/$(BIN_DIST_NAME)/Makefile.in @echo "Generating a shippable configure script.."