Allow libpq++ compile to fail
This commit is contained in:
parent
b09a3b8cab
commit
ea81522034
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user