Skip to content

Commit fcf7d45

Browse files
committed
Get rid of the .sql files out of the Makefile
Pointed out by: afc@teri.superlink.net
1 parent 6da05a7 commit fcf7d45

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/test/regress/GNUmakefile

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
#
99
# IDENTIFICATION
10-
# $Header: /cvsroot/pgsql/src/test/regress/GNUmakefile,v 1.3 1997/04/05 21:33:24 scrappy Exp $
10+
# $Header: /cvsroot/pgsql/src/test/regress/GNUmakefile,v 1.4 1997/04/12 09:34:31 scrappy Exp $
1111
#
1212
#-------------------------------------------------------------------------
1313

@@ -28,9 +28,8 @@ DLOBJS= regress$(DLSUFFIX)
2828
# ... plus test query inputs
2929
#
3030
# INFILES is the files the regression test uses for input.
31-
INFILES= $(DLOBJS) \
32-
queries.sql errors.sql destroy.sql security.sql \
33-
expected.out
31+
INFILES= $(DLOBJS)
32+
3433
#
3534
# plus exports files
3635
#

0 commit comments

Comments
 (0)