From: Bruce Momjian Date: Tue, 11 Apr 2000 18:58:18 +0000 (+0000) Subject: Allow libpq++ compile to fail X-Git-Tag: REL7_0~162 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ea81522034de1efacc9aa74771ba946047334d42;p=thirdparty%2Fpostgresql.git Allow libpq++ compile to fail --- diff --git a/src/interfaces/Makefile b/src/interfaces/Makefile index 8fe3194eb3d..4ec5018da1f 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