This time really fix the machine/lock.h thing. This time don't fool make
into thinking that the way to build a .o file is to "rm -f .depend". Suggested by: imp
This commit is contained in:
parent
75a0392d87
commit
9723528fd5
@ -158,7 +158,10 @@ _ILINKS=@ machine
|
|||||||
.MAIN: all
|
.MAIN: all
|
||||||
all: objwarn ${PROG} all-man _SUBDIR
|
all: objwarn ${PROG} all-man _SUBDIR
|
||||||
|
|
||||||
beforedepend ${OBJS}: ${_ILINKS}
|
beforedepend: ${_ILINKS}
|
||||||
|
@rm -f .depend
|
||||||
|
|
||||||
|
${OBJS}: ${_ILINKS}
|
||||||
|
|
||||||
# Search for kernel source tree in standard places.
|
# Search for kernel source tree in standard places.
|
||||||
.for _dir in ${.CURDIR}/../.. ${.CURDIR}/../../.. /sys /usr/src/sys
|
.for _dir in ${.CURDIR}/../.. ${.CURDIR}/../../.. /sys /usr/src/sys
|
||||||
|
Loading…
Reference in New Issue
Block a user