summaryrefslogtreecommitdiff
path: root/sys/modules/linux
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>2000-06-03 07:40:19 +0000
committerBruce Evans <bde@FreeBSD.org>2000-06-03 07:40:19 +0000
commit27d339319991fcb4750a008e0dea53f3cd67e815 (patch)
tree34ae58758532f11648d9ec483c6e5b14ac1e26f3 /sys/modules/linux
parentdb1cb46ca2e70fbd8357ff6c8acc5f7f07b36b3f (diff)
Notes
Diffstat (limited to 'sys/modules/linux')
-rw-r--r--sys/modules/linux/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/modules/linux/Makefile b/sys/modules/linux/Makefile
index fff7c5729788..2dd5fc611cae 100644
--- a/sys/modules/linux/Makefile
+++ b/sys/modules/linux/Makefile
@@ -17,7 +17,10 @@ EXPORT_SYMS=_linux_mod
CLEANFILES= linux_assym.h linux_genassym.o
linux_assym.h: linux_genassym.o
- genassym ${.ALLSRC} > ${.TARGET}
+.if exists(@)
+linux_assym.h: @/kern/genassym.sh
+.endif
+ sh @/kern/genassym.sh linux_genassym.o > ${.TARGET}
linux_locore.o: linux_locore.s linux_assym.h
${CC} -c -x assembler-with-cpp -DLOCORE ${CFLAGS} \