summaryrefslogtreecommitdiff
path: root/src/test/regress/output/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/regress/output/Makefile')
-rw-r--r--src/test/regress/output/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/test/regress/output/Makefile b/src/test/regress/output/Makefile
index c25e2ba9c51..9ec6d377a9f 100644
--- a/src/test/regress/output/Makefile
+++ b/src/test/regress/output/Makefile
@@ -7,7 +7,7 @@
#
#
# IDENTIFICATION
-# $Header: /cvsroot/pgsql/src/test/regress/output/Attic/Makefile,v 1.1 1997/04/05 21:25:02 scrappy Exp $
+# $Header: /cvsroot/pgsql/src/test/regress/output/Attic/Makefile,v 1.2 1997/04/06 08:28:57 scrappy Exp $
#
#-------------------------------------------------------------------------
@@ -18,8 +18,9 @@ include ../../../Makefile.global
# ... plus test query inputs
#
# INFILES is the files the regression test uses for input.
-INFILES= create_misc.out \
- create_function.out
+INFILES= copy.out \
+ create_function_1.out \
+ create_function_2.out
all: $(INFILES)