This is the same problem that I had reported earlier in the sysdeps
tree.  The reason I hadn't seen it here is because the result of the
#error shows up but it doesn't actually halt compilation.

If you can apply these too, it would be great.

2001-12-01  Jeff Bailey  <[EMAIL PROTECTED]>

        * mach/Makerules: Add $(CFLAGS) to permit compilation.

        * mach/Makefile: Likewise.


Index: mach/Machrules
===================================================================
RCS file: /cvs/glibc/libc/mach/Machrules,v
retrieving revision 1.71
diff -r1.71 Machrules
138c138
<       $(CC) $(CPPFLAGS) -M -x c - | \
---
>       $(CC) $(CFLAGS) $(CPPFLAGS) -M -x c - | \
Index: mach/Makefile
===================================================================
RCS file: /cvs/glibc/libc/mach/Makefile,v
retrieving revision 1.98
diff -r1.98 Makefile
75c75
<       $(CC) $(CPPFLAGS) -E -x c-header - \
---
>       $(CC) $(CFLAGS) $(CPPFLAGS) -E -x c-header - \


-- 
Abandon the search for truth; settle for a good fantasy.


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

Reply via email to