aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1997-04-12 09:34:31 +0000
committerMarc G. Fournier <scrappy@hub.org>1997-04-12 09:34:31 +0000
commitfcf7d45b369aefadf26ae1389661650c5472cceb (patch)
treeffb2887996a0ab8e6144483b82a345c225624a6f /src
parent6da05a7b8302b5ea1e3c3df0685b7583b1ee1357 (diff)
downloadpostgresql-fcf7d45b369aefadf26ae1389661650c5472cceb.tar.gz
postgresql-fcf7d45b369aefadf26ae1389661650c5472cceb.zip
Get rid of the .sql files out of the Makefile
Pointed out by: afc@teri.superlink.net
Diffstat (limited to 'src')
-rw-r--r--src/test/regress/GNUmakefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/test/regress/GNUmakefile b/src/test/regress/GNUmakefile
index 160c2900c5d..a1c73755b14 100644
--- a/src/test/regress/GNUmakefile
+++ b/src/test/regress/GNUmakefile
@@ -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
#