Date: Sat, 31 Jan 1998 23:44:55 +1030 From: Mike Smith <mike@smith.net.au> To: current@FreeBSD.ORG Subject: bogons in lkm/wcd/Makefile Message-ID: <199801311314.XAA04133@word.smith.net.au>
next in thread | raw e-mail | index | archive | help
The changes in revision 1.42 of bsd.kmod.mk cause the Makefile for the
'wcd' LKM to generate a bogus recursive link in i386/include.
This patch works locally; anyone care to give me a "reviewed-by" stamp?
--- Makefile.old Sat Jan 31 23:43:26 1998
+++ Makefile Sat Jan 31 23:43:44 1998
@@ -27,9 +27,4 @@
opt_devfs.h:
touch opt_devfs.h
-.c.o:
- -@$(LN) ${.CURDIR}/../../sys/i386/include machine
- $(CC) $(CFLAGS) -c $<
- -@rm -f machine
-
.include <bsd.kmod.mk>
--
\\ Sometimes you're ahead, \\ Mike Smith
\\ sometimes you're behind. \\ mike@smith.net.au
\\ The race is long, and in the \\ msmith@freebsd.org
\\ end it's only with yourself. \\
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199801311314.XAA04133>
