Skip to content

Commit ae01c7f

Browse files
author
Thomas G. Lockhart
committed
Fix for perl5 on BSD/OS breaks most other platforms, so back it out.
istm that this would be a job for configure. Most modern OSes actually use perl5 by default ;)
1 parent 283df99 commit ae01c7f

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.24 1999/08/16 20:12:12 momjian Exp $
10+
# $Header: /cvsroot/pgsql/src/interfaces/Makefile,v 1.25 1999/09/03 13:46:33 thomas Exp $
1111
#
1212
#-------------------------------------------------------------------------
1313

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

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

5151
install-perl5: perl5/Makefile
5252
$(MAKE) -C perl5 clean
53-
cd perl5 && POSTGRES_HOME="$(POSTGRESDIR)" perl5 Makefile.PL
53+
cd perl5 && POSTGRES_HOME="$(POSTGRESDIR)" perl 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