* Makefile.in (CXXFLAGS): Remove duplicate options handled in Makefile.common.
This commit is contained in:
parent
b5aa10cda8
commit
af284c9c3b
@ -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>
|
2003-11-22 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
* msg.cc (client_request_msg::serve): Add default case to msgop switch.
|
* msg.cc (client_request_msg::serve): Add default case to msgop switch.
|
||||||
|
@ -33,7 +33,7 @@ include $(srcdir)/../Makefile.common
|
|||||||
|
|
||||||
CFLAGS:=@CFLAGS@ -I$(cygwin_source)
|
CFLAGS:=@CFLAGS@ -I$(cygwin_source)
|
||||||
CXXFLAGS:=@CXXFLAGS@ -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
|
.SUFFIXES: .c .cc .a .o .d
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user