From: simonm Date: Tue, 30 Sep 1997 10:28:12 +0000 (+0000) Subject: [project @ 1997-09-30 10:28:12 by simonm] X-Git-Tag: Approx_2487_patches~1458 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=323d194de147879b411a924ca423e064e4712e9e [project @ 1997-09-30 10:28:12 by simonm] uncomment creation of 'configure' in binary-dist. --- diff --git a/Makefile b/Makefile index eb81d14..0e98038 100644 --- a/Makefile +++ b/Makefile @@ -57,7 +57,7 @@ binary-dist:: $(MV) $(BIN_DIST_TMPDIR)/$(BIN_DIST_NAME)/Makefile-bin.in $(BIN_DIST_TMPDIR)/$(BIN_DIST_NAME)/Makefile.in $(MV) $(BIN_DIST_TMPDIR)/$(BIN_DIST_NAME)/configure-bin.in $(BIN_DIST_TMPDIR)/$(BIN_DIST_NAME)/configure.in @echo "Generating a shippable configure script.." - #-(cd $(BIN_DIST_TMPDIR)/$(BIN_DIST_NAME); autoconf ) + ( cd $(BIN_DIST_TMPDIR)/$(BIN_DIST_NAME); autoconf ) # # binary dist'ing the documentation.