From 683e96f69c1aeb283b19dbdd7db1584c1c7e5211 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Fri, 12 Oct 2001 05:41:58 +0000 Subject: [PATCH] * Makefile.in (CFLAGS): Remove -nostdinc from CFLAGS. --- ChangeLog | 4 ++++ Makefile.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index d96a5fb9..4bef65d7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2001-10-12 Christopher Faylor + + * Makefile.in (CFLAGS): Remove -nostdinc from CFLAGS. + 2001-10-12 Christopher Faylor * choose.cc (pick_line::paint): Reorganize after botched patch. diff --git a/Makefile.in b/Makefile.in index 205d2147..d005db45 100644 --- a/Makefile.in +++ b/Makefile.in @@ -35,7 +35,7 @@ CC := @CC@ CC_FOR_TARGET := $(CC) CXX := @CXX@ -CFLAGS := @CFLAGS@ -nostdinc +CFLAGS := @CFLAGS@ CXXFLAGS := @CXXFLAGS@ $(CFLAGS) -fno-exceptions -fno-rtti CXX := @CXX@ -- 2.43.5