[project @ 2000-01-31 15:12:07 by simonmar]
authorsimonmar <unknown>
Mon, 31 Jan 2000 15:12:07 +0000 (15:12 +0000)
committersimonmar <unknown>
Mon, 31 Jan 2000 15:12:07 +0000 (15:12 +0000)
Include the configure script in a src dist.

ghc/Makefile

index 7c61e4d..f9c691c 100644 (file)
@@ -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