Thanks to visit codestin.com Credit goes to github.com
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 94b8640 commit 54121b9Copy full SHA for 54121b9
src/pl/plperl/GNUmakefile
@@ -1,4 +1,4 @@
1
-# $Header: /cvsroot/pgsql/src/pl/plperl/GNUmakefile,v 1.5 2000/10/24 17:01:05 tgl Exp $
+# $Header: /cvsroot/pgsql/src/pl/plperl/GNUmakefile,v 1.6 2000/11/02 18:40:13 petere Exp $
2
3
subdir = src/pl/plperl
4
top_builddir = ../../..
@@ -11,9 +11,9 @@ all: Makefile
11
$(MAKE) -f $< all
12
13
Makefile: Makefile.PL
14
- @plperl_installdir='$(plperl_installdir)' \
15
- EXTRA_INCLUDES='-I$(top_srcdir)/src/include $(INCLUDES)' \
16
- $(PERL) $<
+ plperl_installdir='$(plperl_installdir)' \
+ EXTRA_INCLUDES='$(filter -I%, $(CPPFLAGS))' \
+ $(PERL) $<
17
18
install: all installdirs
19
$(MAKE) -f Makefile install
0 commit comments