We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent2d7f136 commit3f7a518Copy full SHA for 3f7a518
src/pl/plperl/GNUmakefile
@@ -1,5 +1,5 @@
1
# Makefile for PL/Perl
2
-# $PostgreSQL: pgsql/src/pl/plperl/GNUmakefile,v 1.40 2010/01/09 15:25:41 adunstan Exp $
+# $PostgreSQL: pgsql/src/pl/plperl/GNUmakefile,v 1.41 2010/01/10 18:10:03 tgl Exp $
3
4
subdir = src/pl/plperl
5
top_builddir = ../../..
@@ -57,8 +57,7 @@ include $(top_srcdir)/src/Makefile.shlib
57
plperl.o: perlchunks.h
58
59
perlchunks.h:$(PERLCHUNKS)
60
-$(PERL)$(srcdir)/text2macro.pl --strip='^(\#.*|\s*)$$'$^> perlchunks.htmp
61
-mv perlchunks.htmp perlchunks.h
+$(PERL)$(srcdir)/text2macro.pl --strip='^(\#.*|\s*)$$'$^>$@
62
63
all: all-lib
64
@@ -79,7 +78,7 @@ submake:
79
78
$(MAKE) -C$(top_builddir)/src/test/regress pg_regress$(X)
80
81
cleandistcleanmaintainer-clean: clean-lib
82
-rm -f SPI.c$(OBJS) perlchunks.htmp perlchunks.h
+rm -f SPI.c$(OBJS) perlchunks.h
83
rm -rf results
84
rm -f regression.diffs regression.out
85