aboutsummaryrefslogtreecommitdiff
path: root/mig.in
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2001-12-29 03:40:43 +0000
committerRoland McGrath <roland@gnu.org>2001-12-29 03:40:43 +0000
commit4a05ba9ba0dc3133622d7ca1cf786c9493b7dc49 (patch)
tree9c738a133d7f393ad5aa089c4231c0f55bdd3600 /mig.in
parentf7bd2e674cb3e6e4c15c07fe0f6ebf94a34cb9fd (diff)
downloadmig-4a05ba9ba0dc3133622d7ca1cf786c9493b7dc49.tar.gz
mig-4a05ba9ba0dc3133622d7ca1cf786c9493b7dc49.tar.bz2
mig-4a05ba9ba0dc3133622d7ca1cf786c9493b7dc49.zip
2001-12-28 Roland McGrath <roland@frob.com>
* mig.in (default_cpp): Put -undef here. (cppflags): Not here.
Diffstat (limited to 'mig.in')
-rw-r--r--mig.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/mig.in b/mig.in
index 08d33e7..5c0cb3e 100644
--- a/mig.in
+++ b/mig.in
@@ -36,10 +36,10 @@ migcom=${MIGDIR-@libexecdir@}/${MIGCOM-@MIGCOM@}
# The expansion of TARGET_CC might refer to ${CC}, so make sure it is defined.
default_cc="@CC@"
CC="${CC-${default_cc}}"
-default_cpp="@TARGET_CC@ -E -x c"
+default_cpp="@TARGET_CC@ -E -x c -undef"
cpp="${CPP-${default_cpp}}"
-cppflags=-undef
+cppflags=
migflags=
files=