2011-09-27 13:04:42 +02:00
|
|
|
$NetBSD: patch-ad,v 1.2 2011/09/27 11:04:42 adam Exp $
|
2010-09-21 09:50:46 +02:00
|
|
|
|
2011-09-27 13:04:42 +02:00
|
|
|
--- src/pl/plperl/GNUmakefile.orig 2011-09-22 22:00:48.000000000 +0000
|
2010-09-21 09:50:46 +02:00
|
|
|
+++ src/pl/plperl/GNUmakefile
|
|
|
|
@@ -54,7 +54,6 @@ PSQLDIR = $(bindir)
|
|
|
|
|
|
|
|
include $(top_srcdir)/src/Makefile.shlib
|
|
|
|
|
|
|
|
-plperl.o: perlchunks.h plperl_opmask.h
|
|
|
|
|
|
|
|
plperl_opmask.h: plperl_opmask.pl
|
2011-09-27 13:04:42 +02:00
|
|
|
@if [ x"$(perl_privlibexp)" = x"" ]; then echo "configure switch --with-perl was not specified."; exit 1; fi
|
|
|
|
@@ -64,7 +63,7 @@ perlchunks.h: $(PERLCHUNKS)
|
|
|
|
@if [ x"$(perl_privlibexp)" = x"" ]; then echo "configure switch --with-perl was not specified."; exit 1; fi
|
2010-09-21 09:50:46 +02:00
|
|
|
$(PERL) $(srcdir)/text2macro.pl --strip='^(\#.*|\s*)$$' $^ > $@
|
|
|
|
|
|
|
|
-all: all-lib
|
|
|
|
+all: perlchunks.h plperl_opmask.h all-lib
|
|
|
|
|
|
|
|
SPI.c: SPI.xs
|
2011-09-27 13:04:42 +02:00
|
|
|
@if [ x"$(perl_privlibexp)" = x"" ]; then echo "configure switch --with-perl was not specified."; exit 1; fi
|