diff options
author | Bruce Momjian <bruce@momjian.us> | 1999-07-08 03:30:16 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 1999-07-08 03:30:16 +0000 |
commit | 0343024a5c78c975a1c4e383e06455c05fbc0b95 (patch) | |
tree | 8504d3be5bbd3e765ce635bf8889875933210bfe /src | |
parent | 2cf2a4fe2be67b3be0d39d3713fadc906fb95877 (diff) | |
download | postgresql-0343024a5c78c975a1c4e383e06455c05fbc0b95.tar.gz postgresql-0343024a5c78c975a1c4e383e06455c05fbc0b95.zip |
Add CXXFLAGS +=
Diffstat (limited to 'src')
-rw-r--r-- | src/interfaces/libpq++/Makefile.in | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/interfaces/libpq++/Makefile.in b/src/interfaces/libpq++/Makefile.in index 1ad5c3017ac..58937c556ec 100644 --- a/src/interfaces/libpq++/Makefile.in +++ b/src/interfaces/libpq++/Makefile.in @@ -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.15 1999/06/30 23:57:27 tgl Exp $ +# $Header: /cvsroot/pgsql/src/interfaces/libpq++/Attic/Makefile.in,v 1.16 1999/07/08 03:30:16 momjian Exp $ # #------------------------------------------------------------------------- @@ -27,9 +27,7 @@ LIBPQHEADERDIR = $(SRCHEADERDIR)/libpq # because of our inclusion of c.h and we don't know how to stop that. ifeq ($(CXX), g++) -CXXFLAGS= -Wno-error -else -CXXFLAGS= +CXXFLAGS+= -Wno-error endif CXXFLAGS+= -I$(SRCDIR)/backend \ |