File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 7
7
#
8
8
#
9
9
# IDENTIFICATION
10
- # $Header: /cvsroot/pgsql/src/interfaces/Makefile,v 1.31 1999/12/16 01 :25:15 momjian Exp $
10
+ # $Header: /cvsroot/pgsql/src/interfaces/Makefile,v 1.32 2000/03/25 14 :25:30 momjian Exp $
11
11
#
12
12
# -------------------------------------------------------------------------
13
13
@@ -47,7 +47,7 @@ ifeq ($(USE_ODBC), true)
47
47
endif
48
48
49
49
perl5/Makefile : perl5/Makefile.PL
50
- cd perl5 && $(PERL ) Makefile.PL
50
+ cd perl5 && $(PERL ) Makefile.PL POLLUTE=1
51
51
52
52
install-perl5 : perl5/Makefile
53
53
$(MAKE ) -C perl5 clean
Original file line number Diff line number Diff line change 7
7
#
8
8
#
9
9
# IDENTIFICATION
10
- # $Header: /cvsroot/pgsql/src/pl/Makefile,v 1.3 2000/01/20 23:00:39 momjian Exp $
10
+ # $Header: /cvsroot/pgsql/src/pl/Makefile,v 1.4 2000/03/25 14:25:31 momjian Exp $
11
11
#
12
12
# -------------------------------------------------------------------------
13
13
@@ -30,11 +30,11 @@ ifeq ($(USE_PERL), true)
30
30
endif
31
31
32
32
plperl/Makefile : plperl/Makefile.PL
33
- cd plperl && $(PERL ) Makefile.PL
33
+ cd plperl && $(PERL ) Makefile.PL POLLUTE=1
34
34
35
35
install-plperl : plperl/Makefile
36
36
$(MAKE ) -C plperl clean
37
- cd plperl && POSTGRES_HOME=" $( POSTGRESDIR) " $(PERL ) Makefile.PL
37
+ cd plperl && POSTGRES_HOME=" $( POSTGRESDIR) " $(PERL ) Makefile.PL POLLUTE=1
38
38
$(MAKE ) -C plperl all
39
39
-@if [ -w ` sed -n -e ' s/^ *INSTALLSITELIB *= *//p' plperl/Makefile` ]; then \
40
40
$(MAKE ) $(MFLAGS ) -C plperl install; \
You can’t perform that action at this time.
0 commit comments