From 7a98ee19927e0bce69fd0141eb9d714577b7d0da Mon Sep 17 00:00:00 2001 From: simonmar Date: Mon, 31 Jan 2000 15:12:07 +0000 Subject: [PATCH] [project @ 2000-01-31 15:12:07 by simonmar] Include the configure script in a src dist. --- ghc/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 1.7.10.4