* Marcus Brinkmann writes:
> Hi, Roland added cppflags=-undef to mig's invocation to cpp.  The
> Hurd replaces mig with cat and then "cat -undef" is invoked, leading
> to an error.

> What is the right fix for this?

I already suggested a possible fix for this, but nobody other then you replied
to the message.

ChangeLog:
        2001-12-03  Alfred M. Szmidt <[EMAIL PROTECTED]>

        * config.make.in (MIGCOM): cat changed to "$(CPP)".

Index: config.make.in
===================================================================
RCS file: /cvsroot/hurd/hurd/config.make.in,v
retrieving revision 1.14
diff -u -u -w -B -p -r1.14 config.make.in
--- config.make.in      2001/11/24 22:05:37     1.14
+++ config.make.in      2001/12/03 15:11:01
@@ -40,7 +40,7 @@ OBJCOPY = @OBJCOPY@
 AR = @AR@
 RANLIB = @RANLIB@
 MIG = @MIG@
-MIGCOM = $(MIG) -cc cat - /dev/null
+MIGCOM = $(MIG) -cc "$(CPP)" - /dev/null
 AWK = @AWK@
 
 # Compilation flags.  Append these to the definitions already made by

-- 
Alfred M. Szmidt

_______________________________________________
Bug-hurd mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-hurd

Reply via email to