Mike Silbersack <[EMAIL PROTECTED]> writes:
> Ok, the problem seems to be that the new version of compile_et which was
> MFC'd is creating broken header files, it just happens that libfetch is
> the first part of the buildworld that hits it.

Please try the following patch.  It will get comitted when my
buildworld has completed (successfully).

/assar

Index: src/lib/libcom_err/Makefile
===================================================================
RCS file: /home/ncvs/src/lib/libcom_err/Makefile,v
retrieving revision 1.8.2.2
diff -u -w -u -w -r1.8.2.2 Makefile
--- src/lib/libcom_err/Makefile 2000/07/04 15:13:05     1.8.2.2
+++ src/lib/libcom_err/Makefile 2000/07/07 03:35:57
@@ -9,6 +9,12 @@
 
 SUBDIR=        doc
 
+beforeinstall:
+       ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 \
+           ${COM_ERRDIR}/com_err.h ${DESTDIR}/usr/include
+       ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 \
+           ${COM_ERRDIR}/com_right.h ${DESTDIR}/usr/include
+
 .include <bsd.lib.mk>
 
 .PATH: ${COM_ERRDIR}


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to