aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/linux
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2000-07-07 01:29:00 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2000-07-07 01:29:00 +0000
commiteef5b4dfd520fa02bfb6062709e756e0a35b6312 (patch)
treefbde1e5fa1dd240685714de83b8e42905c5fc97f /sys/modules/linux
parentd2aa485211d095379ded1848e4cbfbe1c04f4a1b (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} \