Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitea81522

Browse files
committed
Allow libpq++ compile to fail
1 parentb09a3b8 commitea81522

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)

[8]ページ先頭

©2009-2025 Movatter.jp