aboutsummaryrefslogtreecommitdiff
path: root/mig.in
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1999-04-14 18:00:04 +0000
committerRoland McGrath <roland@gnu.org>1999-04-14 18:00:04 +0000
commit1df0735128eaa4d43ee3ea0b488e87b380bcf74a (patch)
tree84fad6701ffeaedeb970b80eb472036705be395a /mig.in
parentbb2d6ee8495bd65b92fdb5d0dcc20c5919dfb895 (diff)
downloadmig-1df0735128eaa4d43ee3ea0b488e87b380bcf74a.tar.gz
mig-1df0735128eaa4d43ee3ea0b488e87b380bcf74a.tar.bz2
mig-1df0735128eaa4d43ee3ea0b488e87b380bcf74a.zip
1999-04-14 Roland McGrath <roland@baalperazim.frob.com>
* mig.in (default_cpp, default_cc): New variables, @ expansions here. (CC): Make sure it's defined, in case ${CPP} refers to ${CC}. (cpp): Use ${default_cpp} instead of the literal multiword contents.
Diffstat (limited to 'mig.in')
-rw-r--r--mig.in7
1 files changed, 6 insertions, 1 deletions
diff --git a/mig.in b/mig.in
index d0d6231..fa5e21e 100644
--- a/mig.in
+++ b/mig.in
@@ -32,7 +32,12 @@ prefix=@prefix@
exec_prefix=@exec_prefix@
libexecdir=@libexecdir@
migcom=${MIGDIR-@libexecdir@}/${MIGCOM-@MIGCOM@}
-cpp="${CPP-@TARGET_CC@ -E -x c}"
+
+# The expansion of TARGET_CC might refer to ${CC}, so make sure it is defined.
+default_cc="@CC@"
+default_cpp="@TARGET_CC@ -E -x c"
+CC="${CC-${default_cc}}"
+cpp="${CPP-${default_cpp}}"
cppflags=
migflags=