]> granicus.if.org Git - postgresql/commitdiff
Get rid of the .sql files out of the Makefile
authorMarc G. Fournier <scrappy@hub.org>
Sat, 12 Apr 1997 09:34:31 +0000 (09:34 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Sat, 12 Apr 1997 09:34:31 +0000 (09:34 +0000)
Pointed out by: afc@teri.superlink.net

src/test/regress/GNUmakefile

index 160c2900c5dd05f47cb81402b4b70279c79e4cb9..a1c73755b1499d8e47af318ecabb0a8899a39065 100644 (file)
@@ -7,7 +7,7 @@
 #
 #
 # IDENTIFICATION
-#    $Header: /cvsroot/pgsql/src/test/regress/GNUmakefile,v 1.3 1997/04/05 21:33:24 scrappy Exp $
+#    $Header: /cvsroot/pgsql/src/test/regress/GNUmakefile,v 1.4 1997/04/12 09:34:31 scrappy Exp $
 #
 #-------------------------------------------------------------------------
 
@@ -28,9 +28,8 @@ DLOBJS= regress$(DLSUFFIX)
 # ... plus test query inputs
 #
 # INFILES is the files the regression test uses for input.
-INFILES= $(DLOBJS) \
-         queries.sql errors.sql destroy.sql security.sql \
-         expected.out
+INFILES= $(DLOBJS) 
+
 #
 # plus exports files
 #