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:
470d247
)
Clean files after installing, since those files will most likely be root
author
Peter Eisentraut
<peter_e@gmx.net>
Thu, 16 Nov 2000 16:21:55 +0000
(16:21 +0000)
committer
Peter Eisentraut
<peter_e@gmx.net>
Thu, 16 Nov 2000 16:21:55 +0000
(16:21 +0000)
owned, which can be annoying.
src/interfaces/perl5/GNUmakefile
patch
|
blob
|
blame
|
history
diff --git
a/src/interfaces/perl5/GNUmakefile
b/src/interfaces/perl5/GNUmakefile
index 4f9c4680b2efddaa4d6a5e6e610ca1ec7651bdb7..626c4121822e71701248277a5dc3de27fefa7370 100644
(file)
--- a/
src/interfaces/perl5/GNUmakefile
+++ b/
src/interfaces/perl5/GNUmakefile
@@
-39,7
+39,7
@@
install: Makefile
$(MAKE) -f Makefile all
-@if [ -w "`$(MAKE) --quiet -f Makefile echo-installdir`" ]; then \
$(MAKE) -f Makefile install; \
-
rm -f Makefile
; \
+
$(MAKE) clean
; \
else \
echo "*****" ;\
echo "* Skipping the installation of the Perl module for lack of permissions."; \