|
4 | 4 | # Makefile according to its own ideas and then invoke the rules from
|
5 | 5 | # that file.
|
6 | 6 | #
|
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 $ |
8 | 8 |
|
9 | 9 | subdir = src/interfaces/perl5
|
10 | 10 | top_builddir = ../../..
|
@@ -39,7 +39,7 @@ install: Makefile
|
39 | 39 | $(MAKE) -f Makefile all
|
40 | 40 | -@if [-w"`$(MAKE) --quiet -f Makefile echo-installdir`" ];then\
|
41 | 41 | $(MAKE) -f Makefile install;\
|
42 |
| -rm -f Makefile;\ |
| 42 | +$(MAKE) clean;\ |
43 | 43 | else\
|
44 | 44 | echo"*****";\
|
45 | 45 | echo"* Skipping the installation of the Perl module for lack of permissions.";\
|
|