From 7783c2b9ff236694266dc41435e614bab3010b23 Mon Sep 17 00:00:00 2001 From: "Marc G. Fournier" Date: Thu, 12 Feb 1998 02:14:59 +0000 Subject: Remove configure code from ecpg, as well as remove the 'for' loop from the Makefile, as it isn't appropriate for GNUmake --- src/interfaces/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/interfaces/Makefile') diff --git a/src/interfaces/Makefile b/src/interfaces/Makefile index 6462e78318..cf83ff0839 100644 --- a/src/interfaces/Makefile +++ b/src/interfaces/Makefile @@ -7,7 +7,7 @@ # # # IDENTIFICATION -# $Header: /cvsroot/pgsql/src/interfaces/Makefile,v 1.5 1998/02/11 15:17:47 scrappy Exp $ +# $Header: /cvsroot/pgsql/src/interfaces/Makefile,v 1.6 1998/02/12 02:14:14 scrappy Exp $ # #------------------------------------------------------------------------- @@ -16,7 +16,7 @@ include $(SRCDIR)/Makefile.global .DEFAULT all: $(MAKE) -C libpq $@ - $(MAKE) -C ecpg $@ +# $(MAKE) -C ecpg $@ ifeq ($(HAVE_Cplusplus), true) $(MAKE) -C libpq++ $@ else -- cgit v1.2.1