* Makefile.in (CXXFLAGS): Remove duplicate options handled in Makefile.common.

This commit is contained in:
Christopher Faylor 2003-11-26 03:52:12 +00:00
parent b5aa10cda8
commit af284c9c3b
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2003-11-25 Christopher Faylor <cgf@redhat.com>
* Makefile.in (CXXFLAGS): Remove duplicate options handled in
Makefile.common.
2003-11-22 Corinna Vinschen <corinna@vinschen.de>
* msg.cc (client_request_msg::serve): Add default case to msgop switch.

View File

@ -33,7 +33,7 @@ include $(srcdir)/../Makefile.common
CFLAGS:=@CFLAGS@ -I$(cygwin_source)
CXXFLAGS:=@CXXFLAGS@ -I$(cygwin_source)
override CXXFLAGS+=-MMD -fno-exceptions -fno-rtti -DHAVE_DECL_GETOPT=0 -D__OUTSIDE_CYGWIN__ -DSYSCONFDIR="\"$(sysconfdir)\""
override CXXFLAGS+=-MMD -DHAVE_DECL_GETOPT=0 -D__OUTSIDE_CYGWIN__ -DSYSCONFDIR="\"$(sysconfdir)\""
.SUFFIXES: .c .cc .a .o .d