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:
020bb61
)
Change perl Makefile test.
author
Bruce Momjian
<bruce@momjian.us>
Fri, 21 May 1999 19:03:48 +0000
(19:03 +0000)
committer
Bruce Momjian
<bruce@momjian.us>
Fri, 21 May 1999 19:03:48 +0000
(19:03 +0000)
src/interfaces/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/src/interfaces/Makefile
b/src/interfaces/Makefile
index a620e41025e0105eeefa6ceaa7e3d004c9e9639b..0527f8d691baccb62d5a86821b3fbb2d7f66282f 100644
(file)
--- a/
src/interfaces/Makefile
+++ b/
src/interfaces/Makefile
@@
-52,7
+52,7
@@
install-perl5: perl5/Makefile
$(MAKE) -C perl5 clean
cd perl5 && POSTGRES_HOME="$(POSTGRESDIR)" perl Makefile.PL
$(MAKE) -C perl5 all
- @if [ -w `sed -n -e 's/^ *INSTALLSITELIB
EXP
*= *//p' perl5/Makefile` ]; then \
+ @if [ -w `sed -n -e 's/^ *INSTALLSITELIB *= *//p' perl5/Makefile` ]; then \
$(MAKE) $(MFLAGS) -C perl5 install; \
rm -f perl5/Makefile; \
else \