respect CXXFLAGS

This commit is contained in:
wilfried 2001-03-12 14:51:21 +00:00
parent c676df7a88
commit 8777ceefe6

View File

@ -39,7 +39,7 @@ DEBUG=
# called "catalog" in the same directory as the document entity.
DEFINES=-DSGML_CATALOG_FILES_DEFAULT=\"${PREFIX}/share/sgml/catalog\"
INCLUDES+=-I. -I${.CURDIR}/../include -I${.CURDIR}/../generic
CXXFLAGS=-ansi $(DEBUG) $(WARN) $(DEFINES) $(INCLUDES)
CXXFLAGS+=-ansi $(DEBUG) $(WARN) $(DEFINES) $(INCLUDES)
.SUFFIXES: .m4 .msg .h .cc .C .cxx .o .po .so