Skip to content
Snippets Groups Projects
Commit fcf7d45b authored by Marc G. Fournier's avatar Marc G. Fournier
Browse files

Get rid of the .sql files out of the Makefile

Pointed out by: afc@teri.superlink.net
parent 6da05a7b
No related branches found
No related tags found
No related merge requests found
......@@ -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
#
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment