File tree 1 file changed +3
-4
lines changed
1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 1
1
# 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 $
3
3
4
4
subdir = src/pl/plperl
5
5
top_builddir = ../../..
@@ -57,8 +57,7 @@ include $(top_srcdir)/src/Makefile.shlib
57
57
plperl.o : perlchunks.h
58
58
59
59
perlchunks.h : $(PERLCHUNKS )
60
- $(PERL ) $(srcdir ) /text2macro.pl --strip=' ^(\#.*|\s*)$$' $^ > perlchunks.htmp
61
- mv perlchunks.htmp perlchunks.h
60
+ $(PERL ) $(srcdir ) /text2macro.pl --strip=' ^(\#.*|\s*)$$' $^ > $@
62
61
63
62
all : all-lib
64
63
@@ -79,7 +78,7 @@ submake:
79
78
$(MAKE ) -C $(top_builddir ) /src/test/regress pg_regress$(X )
80
79
81
80
clean distclean maintainer-clean : clean-lib
82
- rm -f SPI.c $(OBJS ) perlchunks.htmp perlchunks. h
81
+ rm -f SPI.c $(OBJS ) perlchunks.h
83
82
rm -rf results
84
83
rm -f regression.diffs regression.out
85
84
You can’t perform that action at this time.
0 commit comments