From: Bruce Momjian Date: Thu, 20 Apr 2000 17:21:46 +0000 (+0000) Subject: Allow libpq++ compile failure to stop entire compile. X-Git-Tag: REL7_0~82 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a2b5fac8ca7f40ad9dcb554ac3d66e7712d940eb;p=thirdparty%2Fpostgresql.git Allow libpq++ compile failure to stop entire compile. --- diff --git a/src/interfaces/Makefile b/src/interfaces/Makefile index 4ec5018da1f..b6a0af02d86 100644 --- a/src/interfaces/Makefile +++ b/src/interfaces/Makefile @@ -7,7 +7,7 @@ # # # IDENTIFICATION -# $Header: /cvsroot/pgsql/src/interfaces/Makefile,v 1.34 2000/04/11 18:58:18 momjian Exp $ +# $Header: /cvsroot/pgsql/src/interfaces/Makefile,v 1.35 2000/04/20 17:21:46 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