diff options
author | Roland McGrath <roland@redhat.com> | 1995-03-17 20:57:17 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1995-03-17 20:57:17 +0000 |
commit | b52ea79ee666fd96ae8a37b9eeeea0596c4b542c (patch) | |
tree | 8c1c71686ebb349c003e5513c0bb52116dca5587 | |
parent | e4834315695816f16c809856b63663ccea235a1a (diff) | |
download | gunmake-b52ea79ee666fd96ae8a37b9eeeea0596c4b542c.tar.gz |
Write @CPPFLAGS@ translation.
-rw-r--r-- | configure.bat | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.bat b/configure.bat index ecd747b..f6e5262 100644 --- a/configure.bat +++ b/configure.bat @@ -17,7 +17,8 @@ echo "} ">> config.sed echo "s/@srcdir@/./ ">> config.sed
echo "s/@CC@/gcc/ ">> config.sed
-echo "s/@CFLAGS@/-O2 -g -DHAVE_CONFIG_H/ ">> config.sed
+echo "s/@CFLAGS@/-O2 -g/ ">> config.sed
+echo "s/@CPPFLAGS@/-DHAVE_CONFIG_H/ ">> config.sed
echo "s/@LDFLAGS@// ">> config.sed
echo "s/@RANLIB@/ranlib/ ">> config.sed
echo "s/@DEFS@// ">> config.sed
|