From 27d339319991fcb4750a008e0dea53f3cd67e815 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Sat, 3 Jun 2000 07:40:19 +0000 Subject: Use the genassym script here too. The linux and svr4 modules were broken. --- sys/modules/linux/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'sys/modules/linux') 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} \ -- cgit v1.3