From ea81522034de1efacc9aa74771ba946047334d42 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Tue, 11 Apr 2000 18:58:18 +0000 Subject: [PATCH] Allow libpq++ compile to fail --- src/interfaces/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/interfaces/Makefile b/src/interfaces/Makefile index 8fe3194eb3..4ec5018da1 100644 --- a/src/interfaces/Makefile +++ b/src/interfaces/Makefile @@ -7,7 +7,7 @@ # # # IDENTIFICATION -# $Header: /cvsroot/pgsql/src/interfaces/Makefile,v 1.33 2000/04/06 03:34:55 momjian Exp $ +# $Header: /cvsroot/pgsql/src/interfaces/Makefile,v 1.34 2000/04/11 18:58:18 momjian Exp $ # #------------------------------------------------------------------------- @@ -26,7 +26,7 @@ include $(SRCDIR)/Makefile.global $(MAKE) -C libpq $@ $(MAKE) -C ecpg $@ ifeq ($(HAVE_Cplusplus), true) - $(MAKE) -C libpq++ $@ + -$(MAKE) -C libpq++ $@ else echo $(HAVE_Cplusplus): No C++ endif -- 2.11.0