diff options
author | Roland McGrath <roland@gnu.org> | 2001-10-03 21:03:35 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2001-10-03 21:03:35 +0000 |
commit | 78b6a7665db7b2eae367e17102821cbdca231d19 (patch) | |
tree | 1e1b91b0876fca2d624cd39055c4bcf4e2f275ff /mig.in | |
parent | 171c0fe2ebe8ee19cc380c865a56511cd05a5386 (diff) | |
download | mig-78b6a7665db7b2eae367e17102821cbdca231d19.tar.gz mig-78b6a7665db7b2eae367e17102821cbdca231d19.tar.bz2 mig-78b6a7665db7b2eae367e17102821cbdca231d19.zip |
2001-10-03 Roland McGrath <roland@frob.com>
* mig.in (cppflags): Start with -undef.
Diffstat (limited to 'mig.in')
-rw-r--r-- | mig.in | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -39,7 +39,7 @@ CC="${CC-${default_cc}}" default_cpp="@TARGET_CC@ -E -x c" cpp="${CPP-${default_cpp}}" -cppflags= +cppflags=-undef migflags= files= |