projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b09a3b8
)
Allow libpq++ compile to fail
author
Bruce Momjian
<bruce@momjian.us>
Tue, 11 Apr 2000 18:58:18 +0000
(18:58 +0000)
committer
Bruce Momjian
<bruce@momjian.us>
Tue, 11 Apr 2000 18:58:18 +0000
(18:58 +0000)
src/interfaces/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/src/interfaces/Makefile
b/src/interfaces/Makefile
index 8fe3194eb3dad5acb02a62e26023dd5ffd657b09..4ec5018da1fded0ad66f3d159f4244f1499a48a6 100644
(file)
--- a/
src/interfaces/Makefile
+++ b/
src/interfaces/Makefile
@@
-7,7
+7,7
@@
#
#
# IDENTIFICATION
-# $Header: /cvsroot/pgsql/src/interfaces/Makefile,v 1.3
3 2000/04/06 03:34:55
momjian Exp $
+# $Header: /cvsroot/pgsql/src/interfaces/Makefile,v 1.3
4 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