Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit a2b5fac

Browse files
committed
Allow libpq++ compile failure to stop entire compile.
1 parent a95eec6 commit a2b5fac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/interfaces/Makefile

+2-2
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.34 2000/04/11 18:58:18 momjian Exp $
10+
# $Header: /cvsroot/pgsql/src/interfaces/Makefile,v 1.35 2000/04/20 17:21:46 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)