diff options
author | Roland McGrath <roland@gnu.org> | 2002-01-02 06:22:14 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-01-02 06:22:14 +0000 |
commit | dcb00da6fa49781c2de6980baaa723929e11775a (patch) | |
tree | 229da4fbba98aa8d66681d4c153c8f9e6c87d095 /mach | |
parent | cf76f180ce61cfba7ad7ef2d9fb642ff5a729a6d (diff) | |
download | glibc-dcb00da6fa49781c2de6980baaa723929e11775a.tar.gz glibc-dcb00da6fa49781c2de6980baaa723929e11775a.tar.xz glibc-dcb00da6fa49781c2de6980baaa723929e11775a.zip |
* sysdeps/mach/hurd/powerpc/intr-msg.h: Remove extraneous backslash.
* mach/Machrules (MIG): Set CPP as well as CC.
Diffstat (limited to 'mach')
-rw-r--r-- | mach/Machrules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mach/Machrules b/mach/Machrules index ed2f6fa0bd..6e87397221 100644 --- a/mach/Machrules +++ b/mach/Machrules @@ -56,7 +56,7 @@ MIGFLAGS = -DMACH_IPC_COMPAT=0 -DSTANDALONE -DTypeCheck=0 \ $(+includes) $(migdefines) -subrprefix __ # Putting CC in the enivronment makes the mig wrapper script # use the same compiler setup we are using to run cpp. -MIG := CC='${CC}' $(MIG) +MIG := CC='${CC}' CPP='${CPP}' $(MIG) .SUFFIXES: .defs # Just to set specified_rule_matched. |