Skip to content

Commit 0f5c1b2

Browse files
committed
Clean files after installing, since those files will most likely be root
owned, which can be annoying.
1 parent a5046ad commit 0f5c1b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/interfaces/perl5/GNUmakefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Makefile according to its own ideas and then invoke the rules from
55
# that file.
66
#
7-
# $Header: /cvsroot/pgsql/src/interfaces/perl5/Attic/GNUmakefile,v 1.3 2000/10/24 16:59:59 tgl Exp $
7+
# $Header: /cvsroot/pgsql/src/interfaces/perl5/Attic/GNUmakefile,v 1.4 2000/11/16 16:21:55 petere Exp $
88

99
subdir = src/interfaces/perl5
1010
top_builddir = ../../..
@@ -39,7 +39,7 @@ install: Makefile
3939
$(MAKE) -f Makefile all
4040
-@if [ -w "`$(MAKE) --quiet -f Makefile echo-installdir`" ]; then \
4141
$(MAKE) -f Makefile install; \
42-
rm -f Makefile; \
42+
$(MAKE) clean; \
4343
else \
4444
echo "*****" ;\
4545
echo "* Skipping the installation of the Perl module for lack of permissions."; \

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