Removed the CPPFLAGS and CFLAGS variables since the -DHAVE_CONFIG_H messes
authorJohn Criswell <criswell@uiuc.edu>
Wed, 2 Jul 2003 16:53:44 +0000 (16:53 +0000)
committerJohn Criswell <criswell@uiuc.edu>
Wed, 2 Jul 2003 16:53:44 +0000 (16:53 +0000)
commitb103e610cc386f210cc92dc5dc1f0b100f3e6903
treec0929aa6ddcfeaa860bbbdcd7c29f4b2ef99a035
parentea28dd3392a7548b8710475c4b9fe525e76558f0
Removed the CPPFLAGS and CFLAGS variables since the -DHAVE_CONFIG_H messes
up the test suite.  Since all the LLVM software assumes that config.h exists,
we can just do away with it for now.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7069 91177308-0d34-0410-b5e6-96231b3b80d8
Makefile.config.in