Move the include before the extra rules so make all the default.
Reported by: peter
This commit is contained in:
parent
d018a84cbc
commit
a2866b2ef9
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=86041
@ -45,6 +45,8 @@ SYSTEM_LD= @${LD} ${FMT} -Bdynamic -T $S/conf/ldscript.$M \
|
|||||||
|
|
||||||
%CLEAN
|
%CLEAN
|
||||||
|
|
||||||
|
.include "$S/conf/kern.post.mk"
|
||||||
|
|
||||||
SYSTEM_OBJS+= __divqu.o __divq.o __divlu.o __divl.o
|
SYSTEM_OBJS+= __divqu.o __divq.o __divlu.o __divl.o
|
||||||
SYSTEM_OBJS+= __remqu.o __remq.o __remlu.o __reml.o
|
SYSTEM_OBJS+= __remqu.o __remq.o __remlu.o __reml.o
|
||||||
CLEAN+= __divqu.S __divq.S __divlu.S __divl.S
|
CLEAN+= __divqu.S __divq.S __divlu.S __divl.S
|
||||||
@ -90,6 +92,4 @@ __reml.S: $S/$M/$M/divrem.m4
|
|||||||
@(echo "define(NAME,\`__reml')define(OP,\`rem')define(S,\`true')"; \
|
@(echo "define(NAME,\`__reml')define(OP,\`rem')define(S,\`true')"; \
|
||||||
echo "define(WORDSIZE,32)"; cat ${.ALLSRC}) | m4 > ${.TARGET}
|
echo "define(WORDSIZE,32)"; cat ${.ALLSRC}) | m4 > ${.TARGET}
|
||||||
|
|
||||||
.include "$S/conf/kern.post.mk"
|
|
||||||
|
|
||||||
%RULES
|
%RULES
|
||||||
|
Loading…
Reference in New Issue
Block a user