From 25a8c053e3309d53b82862e96a5594120ac7528b Mon Sep 17 00:00:00 2001 From: "Marc G. Fournier" Date: Sun, 25 Jan 1998 04:14:36 +0000 Subject: From: Tom I Helbekkmo Hi -- a couple of small items concerning the January 23rd snapshot: the inclusion of the Kerberos stuff in one Makefile, a "leading tab" cleanup in another, and a fix for a typo in the configure script. --- src/interfaces/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'src/interfaces/Makefile') diff --git a/src/interfaces/Makefile b/src/interfaces/Makefile index ddeb996bc1..95ee3337ef 100644 --- a/src/interfaces/Makefile +++ b/src/interfaces/Makefile @@ -7,7 +7,7 @@ # # # IDENTIFICATION -# $Header: /cvsroot/pgsql/src/interfaces/Makefile,v 1.3 1997/10/30 04:38:30 momjian Exp $ +# $Header: /cvsroot/pgsql/src/interfaces/Makefile,v 1.4 1998/01/25 04:14:36 scrappy Exp $ # #------------------------------------------------------------------------- @@ -24,8 +24,7 @@ endif ifeq ($(USE_TCL), true) $(MAKE) -C libpgtcl $@ endif - ifeq ($(USE_PERL), true) - cd perl5 && perl Makefile.PL - $(MAKE) -C perl5 $@ + cd perl5 && perl Makefile.PL + $(MAKE) -C perl5 $@ endif -- cgit v1.2.1