summaryrefslogtreecommitdiffstats
path: root/sys/conf/Makefile.alpha
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2001-11-11 05:26:14 +0000
committermarcel <marcel@FreeBSD.org>2001-11-11 05:26:14 +0000
commit2e6046c062087fdcec69cbe6f202143e79d28708 (patch)
tree256b74b1b8ad13f09bd7dd0cb6a96e5370a79d42 /sys/conf/Makefile.alpha
parenteb58f0f1a85857ed4be993a454e8aafed1b43b58 (diff)
downloadFreeBSD-src-2e6046c062087fdcec69cbe6f202143e79d28708.zip
FreeBSD-src-2e6046c062087fdcec69cbe6f202143e79d28708.tar.gz
Append to SYSTEM_OBJS and CLEAN before including kern.post.mk.
Any modifications to SYSTEM_OBJS after including kern.post.mk will not make it to SYSTEM_DEP and consequently any dependency rules. This caused __{div|rem}* to not be built...
Diffstat (limited to 'sys/conf/Makefile.alpha')
-rw-r--r--sys/conf/Makefile.alpha4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/conf/Makefile.alpha b/sys/conf/Makefile.alpha
index 39cc17a..fa7d863 100644
--- a/sys/conf/Makefile.alpha
+++ b/sys/conf/Makefile.alpha
@@ -45,13 +45,13 @@ SYSTEM_LD= @${LD} ${FMT} -Bdynamic -T $S/conf/ldscript.$M \
%CLEAN
-.include "$S/conf/kern.post.mk"
-
SYSTEM_OBJS+= __divqu.o __divq.o __divlu.o __divl.o
SYSTEM_OBJS+= __remqu.o __remq.o __remlu.o __reml.o
CLEAN+= __divqu.S __divq.S __divlu.S __divl.S
CLEAN+= __remqu.S __remq.S __remlu.S __reml.S
+.include "$S/conf/kern.post.mk"
+
__divqu.S: $S/$M/$M/divrem.m4
@echo 'building ${.TARGET} from ${.ALLSRC}'
@(echo "define(NAME,\`__divqu')define(OP,\`div')define(S,\`false')"; \
OpenPOWER on IntegriCloud