aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/Makefile.alpha
diff options
context:
space:
mode:
Diffstat (limited to 'sys/conf/Makefile.alpha')
-rw-r--r--sys/conf/Makefile.alpha7
1 files changed, 2 insertions, 5 deletions
diff --git a/sys/conf/Makefile.alpha b/sys/conf/Makefile.alpha
index 3e4587cc77f8..9274177f4bbe 100644
--- a/sys/conf/Makefile.alpha
+++ b/sys/conf/Makefile.alpha
@@ -170,15 +170,12 @@ setdef0.c setdef1.c setdefs.h: ${OBJS}
# this rule stops ./assym.s in .depend from causing problems
./assym.s: assym.s
-assym.s: genassym
- ./genassym >assym.s
+assym.s: genassym.o
+ genassym genassym.o >assym.s
genassym.o: $S/$M/$M/genassym.c
${CC} -c ${GEN_CFLAGS} $S/$M/$M/genassym.c
-genassym: genassym.o
- ${CC} ${GEN_CFLAGS} genassym.o -o ${.TARGET}
-
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