8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cdc808 commit 36712e8Copy full SHA for 36712e8
src/test/regress/output/Makefile
@@ -7,7 +7,7 @@
7
#
8
9
# IDENTIFICATION
10
-# $Header: /cvsroot/pgsql/src/test/regress/output/Attic/Makefile,v 1.4 1997/04/27 04:50:06 scrappy Exp $
+# $Header: /cvsroot/pgsql/src/test/regress/output/Attic/Makefile,v 1.5 1997/04/27 19:28:20 thomas Exp $
11
12
#-------------------------------------------------------------------------
13
@@ -20,7 +20,8 @@ include ../../../Makefile.global
20
# INFILES is the files the regression test uses for input.
21
INFILES= copy.out \
22
create_function_1.out \
23
- create_function_2.out
+ create_function_2.out \
24
+ misc.out
25
26
all: $(INFILES)
27
0 commit comments