diff options
author | Marc G. Fournier <scrappy@hub.org> | 1998-01-25 04:14:36 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 1998-01-25 04:14:36 +0000 |
commit | 25a8c053e3309d53b82862e96a5594120ac7528b (patch) | |
tree | ee43e12929470d7ea5a94e41e745c4bf2c1e135c /src/interfaces | |
parent | 81dc2019217bb5706735d95531d6bab6aebd0834 (diff) | |
download | postgresql-25a8c053e3309d53b82862e96a5594120ac7528b.tar.gz postgresql-25a8c053e3309d53b82862e96a5594120ac7528b.zip |
From: Tom I Helbekkmo <tih@Hamartun.Priv.NO>
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.
Diffstat (limited to 'src/interfaces')
-rw-r--r-- | src/interfaces/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/interfaces/Makefile b/src/interfaces/Makefile index ddeb996bc14..95ee3337ef6 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 |