File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 11# Makefile for PL/Perl
2- # $PostgreSQL: pgsql/src/pl/plperl/GNUmakefile,v 1.40 2010/01/09 15:25:41 adunstan Exp $
2+ # $PostgreSQL: pgsql/src/pl/plperl/GNUmakefile,v 1.41 2010/01/10 18:10:03 tgl Exp $
33
44subdir = src/pl/plperl
55top_builddir = ../../..
@@ -57,8 +57,7 @@ include $(top_srcdir)/src/Makefile.shlib
5757plperl.o : perlchunks.h
5858
5959perlchunks.h : $(PERLCHUNKS )
60- $(PERL ) $(srcdir ) /text2macro.pl --strip=' ^(\#.*|\s*)$$' $^ > perlchunks.htmp
61- mv perlchunks.htmp perlchunks.h
60+ $(PERL ) $(srcdir ) /text2macro.pl --strip=' ^(\#.*|\s*)$$' $^ > $@
6261
6362all : all-lib
6463
@@ -79,7 +78,7 @@ submake:
7978 $(MAKE ) -C $(top_builddir ) /src/test/regress pg_regress$(X )
8079
8180clean distclean maintainer-clean : clean-lib
82- rm -f SPI.c $(OBJS ) perlchunks.htmp perlchunks. h
81+ rm -f SPI.c $(OBJS ) perlchunks.h
8382 rm -rf results
8483 rm -f regression.diffs regression.out
8584
You can’t perform that action at this time.
0 commit comments