Commit a2b5fac8 authored by Bruce Momjian's avatar Bruce Momjian

Allow libpq++ compile failure to stop entire compile.

parent a95eec67
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
# #
# #
# IDENTIFICATION # 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 ...@@ -26,7 +26,7 @@ include $(SRCDIR)/Makefile.global
$(MAKE) -C libpq $@ $(MAKE) -C libpq $@
$(MAKE) -C ecpg $@ $(MAKE) -C ecpg $@
ifeq ($(HAVE_Cplusplus), true) ifeq ($(HAVE_Cplusplus), true)
-$(MAKE) -C libpq++ $@ $(MAKE) -C libpq++ $@
else else
echo $(HAVE_Cplusplus): No C++ echo $(HAVE_Cplusplus): No C++
endif endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment