diff options
| author | Bruce Momjian <bruce@momjian.us> | 1998-10-16 04:37:38 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 1998-10-16 04:37:38 +0000 |
| commit | baa2f9998ca392c3057cbe4c72a5a4b4c2c55bc0 (patch) | |
| tree | eafffea8934a3c6daaf712bd63c6511edc258844 /src/interfaces/Makefile | |
| parent | e7663e34b84550a0b714b00841f7359deb29368f (diff) | |
Perl fixes from Brook Milligan
Diffstat (limited to 'src/interfaces/Makefile')
| -rw-r--r-- | src/interfaces/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/interfaces/Makefile b/src/interfaces/Makefile index d1537e17522..58e8a2b175d 100644 --- a/src/interfaces/Makefile +++ b/src/interfaces/Makefile @@ -7,7 +7,7 @@ # # # IDENTIFICATION -# $Header: /cvsroot/pgsql/src/interfaces/Makefile,v 1.16 1998/10/07 06:41:40 thomas Exp $ +# $Header: /cvsroot/pgsql/src/interfaces/Makefile,v 1.17 1998/10/16 04:37:37 momjian Exp $ # #------------------------------------------------------------------------- @@ -15,13 +15,11 @@ SRCDIR= .. include $(SRCDIR)/Makefile.global -perl-makefile-dep := -ifeq ($(USE_PERL), true) - perl-makefile-dep := perl5/Makefile -endif +PERL_CLEAN := DO_NOTHING +install: PERL_CLEAN := clean -.DEFAULT all install clean dep depend distclean: $(perl-makefile-dep) +.DEFAULT all install clean dep depend distclean: $(MAKE) -C libpq $@ $(MAKE) -C ecpg $@ ifeq ($(HAVE_Cplusplus), true) @@ -33,6 +31,8 @@ ifeq ($(USE_TCL), true) $(MAKE) -C libpgtcl $@ endif ifeq ($(USE_PERL), true) + -$(MAKE) -C perl5 $(PERL_CLEAN) + $(MAKE) perl5/Makefile $(MAKE) -C perl5 $@ endif ifeq ($(USE_ODBC), true) |
