"Pawel Worach" <[EMAIL PROTECTED]> writes:
> Any idea?

rpcgen needs to be a bootstrap tool, but isn't.  This has been broken
for a long time, just not visibly.  Try the attached patch.

DES
-- 
Dag-Erling Smorgrav - [EMAIL PROTECTED]

Index: Makefile.inc1
===================================================================
RCS file: /home/ncvs/src/Makefile.inc1,v
retrieving revision 1.268
diff -u -r1.268 Makefile.inc1
--- Makefile.inc1	8 May 2002 20:35:12 -0000	1.268
+++ Makefile.inc1	9 May 2002 20:45:43 -0000
@@ -583,7 +583,7 @@
 
 bootstrap-tools:
 .for _tool in ${_strfile} usr.bin/yacc usr.bin/colldef \
-    usr.bin/xargs usr.bin/xinstall \
+    usr.bin/rpcgen usr.bin/xargs usr.bin/xinstall \
     usr.sbin/config usr.sbin/kbdcontrol \
     gnu/usr.bin/gperf gnu/usr.bin/groff gnu/usr.bin/texinfo
 	cd ${.CURDIR}/${_tool}; \

Reply via email to