Skip to content

Commit c5d0a1b

Browse files
committed
Fix for perl5 on BSD/OS.
1 parent aa2cc6e commit c5d0a1b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/interfaces/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
#
99
# IDENTIFICATION
10-
# $Header: /cvsroot/pgsql/src/interfaces/Makefile,v 1.23 1999/05/21 19:03:48 momjian Exp $
10+
# $Header: /cvsroot/pgsql/src/interfaces/Makefile,v 1.24 1999/08/16 20:12:12 momjian Exp $
1111
#
1212
#-------------------------------------------------------------------------
1313

@@ -46,11 +46,11 @@ ifeq ($(USE_ODBC), true)
4646
endif
4747

4848
perl5/Makefile: perl5/Makefile.PL
49-
cd perl5 && perl Makefile.PL
49+
cd perl5 && perl5 Makefile.PL
5050

5151
install-perl5: perl5/Makefile
5252
$(MAKE) -C perl5 clean
53-
cd perl5 && POSTGRES_HOME="$(POSTGRESDIR)" perl Makefile.PL
53+
cd perl5 && POSTGRES_HOME="$(POSTGRESDIR)" perl5 Makefile.PL
5454
$(MAKE) -C perl5 all
5555
@if [ -w `sed -n -e 's/^ *INSTALLSITELIB *= *//p' perl5/Makefile` ]; then \
5656
$(MAKE) $(MFLAGS) -C perl5 install; \

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy