From: simonmar Date: Mon, 31 Jan 2000 15:12:07 +0000 (+0000) Subject: [project @ 2000-01-31 15:12:07 by simonmar] X-Git-Tag: Approximately_9120_patches~5169 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=7a98ee19927e0bce69fd0141eb9d714577b7d0da;p=ghc-hetmet.git [project @ 2000-01-31 15:12:07 by simonmar] Include the configure script in a src dist. --- diff --git a/ghc/Makefile b/ghc/Makefile index 7c61e4d..f9c691c 100644 --- a/ghc/Makefile +++ b/ghc/Makefile @@ -1,5 +1,5 @@ #----------------------------------------------------------------------------- -# $Id: Makefile,v 1.9 1999/12/07 11:19:35 simonmar Exp $ +# $Id: Makefile,v 1.10 2000/01/31 15:12:07 simonmar Exp $ # TOP=. @@ -35,4 +35,6 @@ ifeq ($(IncludeTestDirsInBuild),YES) SUBDIRS += tests endif +SRC_DIST_FILES += configure + include $(TOP)/mk/target.mk