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 50f058e commit 917abddCopy full SHA for 917abdd
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.5 1997/04/27 19:28:20 thomas Exp $
+# $Header: /cvsroot/pgsql/src/test/regress/output/Attic/Makefile,v 1.6 1997/05/02 13:43:14 thomas Exp $
11
12
#-------------------------------------------------------------------------
13
@@ -32,8 +32,9 @@ all: $(INFILES)
32
rm -f $@; \
33
PWD=`pwd`; \
34
OBJ=`pwd`; \
35
- sed -e "s:_CWD_:$(PWD):g" \
+ sed -e "s:_CWD_:$$PWD:g" \
36
-e "s:_OBJWD_:$$OBJ/\.\.:g" \
37
-e "s:_DLSUFFIX_:$(DLSUFFIX):g" \
38
- -e "s/_USER_/$$USER/g" < $< > ../expected/$@
+ -e "s/_USER_/$$USER/g" < $< | \
39
+ sed -e "s:output/\.\.:input/\.\.:g" > ../expected/$@
40
0 commit comments