summaryrefslogtreecommitdiff
path: root/sys/boot/powerpc/ofw/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/boot/powerpc/ofw/Makefile')
-rw-r--r--sys/boot/powerpc/ofw/Makefile13
1 files changed, 2 insertions, 11 deletions
diff --git a/sys/boot/powerpc/ofw/Makefile b/sys/boot/powerpc/ofw/Makefile
index 4fb419285924..591aa09485bf 100644
--- a/sys/boot/powerpc/ofw/Makefile
+++ b/sys/boot/powerpc/ofw/Makefile
@@ -100,14 +100,10 @@ beforeinstall:
${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 \
${.CURDIR}/../../forth/loader.conf ${DESTDIR}/boot/defaults
-${PROG}: ${OBJS} ${LIBOFW} ${LIBSTAND} ${LIBFICL} start.o vers.o setdef0.o setdef1.o
- ${LD} ${LDFLAGS} -o ${.TARGET} setdef0.o start.o ${OBJS} setdef1.o \
+${PROG}: ${OBJS} ${LIBOFW} ${LIBSTAND} ${LIBFICL} start.o vers.o
+ ${LD} ${LDFLAGS} -o ${.TARGET} start.o ${OBJS} \
vers.o ${LIBFICL} ${LIBOFW} ${LIBSTAND}
-setdef0.o: setdefs.h
-
-setdef1.o: setdefs.h
-
machine:
ln -sf ${.CURDIR}/../../../powerpc/include machine
@@ -118,8 +114,3 @@ beforedepend ${OBJS}: machine
CLEANFILES+= machine setdefs.h setdef0.c setdef1.c setdef0.o setdef1.o \
start.o
-
-.ORDER: setdefs.h setdef0.c setdef1.c
-setdefs.h setdef0.c setdef1.c: ${OBJS}
- @echo Generating linker sets
- @gensetdefs ${OBJS}