aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/powerpc/ofw/Makefile
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2017-11-10 23:54:13 +0000
committerWarner Losh <imp@FreeBSD.org>2017-11-10 23:54:13 +0000
commit5e81a5927b49356e5066b3948bab0a0b547bad26 (patch)
treeb6fc5e4d724184f6c1c843bf78f6972f79272382 /sys/boot/powerpc/ofw/Makefile
parenta00b1bd36b63bc781a085f89cfab30336104af86 (diff)
downloadsrc-5e81a5927b49356e5066b3948bab0a0b547bad26.tar.gz
src-5e81a5927b49356e5066b3948bab0a0b547bad26.zip
Remove all the empty help files from the powerpc build.
Sponsored by: Netflix
Notes
Notes: svn path=/head/; revision=325687
Diffstat (limited to 'sys/boot/powerpc/ofw/Makefile')
-rw-r--r--sys/boot/powerpc/ofw/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/powerpc/ofw/Makefile b/sys/boot/powerpc/ofw/Makefile
index f17fd0095c74..3e49303433d0 100644
--- a/sys/boot/powerpc/ofw/Makefile
+++ b/sys/boot/powerpc/ofw/Makefile
@@ -58,7 +58,7 @@ CFLAGS+= -I${BOOTSRC}/ofw/libofw
DPADD= ${LIBFICL} ${LIBOFW} ${LIBFDT} ${LIBSA}
LDADD= ${LIBFICL} ${LIBOFW} ${LIBFDT} ${LIBSA}
-loader.help: help.common help.ofw ${FDTSRC}/help.fdt
+loader.help: help.common ${FDTSRC}/help.fdt
cat ${.ALLSRC} | \
awk -f ${LDRSRC}/merge_help.awk > ${.TARGET}