Skip to content

Commit ea81522

Browse files
committed
Allow libpq++ compile to fail
1 parent b09a3b8 commit ea81522

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/interfaces/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
#
99
# IDENTIFICATION
10-
# $Header: /cvsroot/pgsql/src/interfaces/Makefile,v 1.33 2000/04/06 03:34:55 momjian Exp $
10+
# $Header: /cvsroot/pgsql/src/interfaces/Makefile,v 1.34 2000/04/11 18:58:18 momjian Exp $
1111
#
1212
#-------------------------------------------------------------------------
1313

@@ -26,7 +26,7 @@ include $(SRCDIR)/Makefile.global
2626
$(MAKE) -C libpq $@
2727
$(MAKE) -C ecpg $@
2828
ifeq ($(HAVE_Cplusplus), true)
29-
$(MAKE) -C libpq++ $@
29+
-$(MAKE) -C libpq++ $@
3030
else
3131
echo $(HAVE_Cplusplus): No C++
3232
endif

0 commit comments

Comments
 (0)