mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-12 18:34:36 +08:00
Get rid of the .sql files out of the Makefile
Pointed out by: afc@teri.superlink.net
This commit is contained in:
parent
6da05a7b83
commit
fcf7d45b36
@ -7,7 +7,7 @@
|
|||||||
#
|
#
|
||||||
#
|
#
|
||||||
# IDENTIFICATION
|
# 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
|
# ... plus test query inputs
|
||||||
#
|
#
|
||||||
# INFILES is the files the regression test uses for input.
|
# INFILES is the files the regression test uses for input.
|
||||||
INFILES= $(DLOBJS) \
|
INFILES= $(DLOBJS)
|
||||||
queries.sql errors.sql destroy.sql security.sql \
|
|
||||||
expected.out
|
|
||||||
#
|
#
|
||||||
# plus exports files
|
# plus exports files
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user