Commit 781a1eb9 authored by Bruce Momjian's avatar Bruce Momjian

I am not sure if libpq++ will compile with non g++ compilers,

but the Makefile does break non g++.

 <<mak.patch>>
Andreas
parent 0d5f7ce1
......@@ -6,7 +6,7 @@
# Copyright (c) 1994, Regents of the University of California
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/interfaces/libpq++/Attic/Makefile.in,v 1.13 1999/05/26 16:19:48 momjian Exp $
# $Header: /cvsroot/pgsql/src/interfaces/libpq++/Attic/Makefile.in,v 1.14 1999/05/27 14:28:40 momjian Exp $
#
#-------------------------------------------------------------------------
......@@ -55,7 +55,7 @@ include $(SRCDIR)/Makefile.shlib
# Pull shared-lib CFLAGS into CXXFLAGS
CXXFLAGS+= $(CFLAGS) -Wno-unused
CXXFLAGS+= $(CFLAGS)
.PHONY: examples
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment