projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
558833c
)
Use $(PERL) variable for perl compile. Now in Makefile.global.
author
Bruce Momjian
<bruce@momjian.us>
Fri, 8 Oct 1999 00:15:49 +0000
(
00:15
+0000)
committer
Bruce Momjian
<bruce@momjian.us>
Fri, 8 Oct 1999 00:15:49 +0000
(
00:15
+0000)
src/interfaces/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/src/interfaces/Makefile
b/src/interfaces/Makefile
index 4b941f90122f063b1b4c064872e2d28f184760e0..b988f60a87bf63440989d8dea252d20111194f8a 100644
(file)
--- a/
src/interfaces/Makefile
+++ b/
src/interfaces/Makefile
@@
-7,7
+7,7
@@
#
#
# IDENTIFICATION
-# $Header: /cvsroot/pgsql/src/interfaces/Makefile,v 1.2
5 1999/09/03 13:46:33 thomas
Exp $
+# $Header: /cvsroot/pgsql/src/interfaces/Makefile,v 1.2
6 1999/10/08 00:15:49 momjian
Exp $
#
#-------------------------------------------------------------------------
@@
-46,7
+46,7
@@
ifeq ($(USE_ODBC), true)
endif
perl5/Makefile: perl5/Makefile.PL
- cd perl5 &&
perl
Makefile.PL
+ cd perl5 &&
$(PERL)
Makefile.PL
install-perl5: perl5/Makefile
$(MAKE) -C perl5 clean