diff options
| author | Warner Losh <imp@FreeBSD.org> | 2014-11-06 16:48:37 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2014-11-06 16:48:37 +0000 |
| commit | 528013d5a8b067fc384c91bdfd106e0d773959b7 (patch) | |
| tree | 5c9ec7cd1a58a0a74cc210a44775becde7e6d65c /sys/modules/svr4 | |
| parent | 16b02a8fc802701d15111955f12dfe935284a7ed (diff) | |
Notes
Diffstat (limited to 'sys/modules/svr4')
| -rw-r--r-- | sys/modules/svr4/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sys/modules/svr4/Makefile b/sys/modules/svr4/Makefile index 9fc0901ff4689..85725a242e640 100644 --- a/sys/modules/svr4/Makefile +++ b/sys/modules/svr4/Makefile @@ -14,16 +14,13 @@ SRCS+= opt_ktrace.h opt_sysvipc.h CLEANFILES= svr4_assym.h svr4_genassym.o svr4_assym.h: svr4_genassym.o -.if exists(@) -svr4_assym.h: @/kern/genassym.sh -.endif - sh @/kern/genassym.sh svr4_genassym.o > ${.TARGET} + sh ${SYSDIR}/kern/genassym.sh svr4_genassym.o > ${.TARGET} svr4_locore.o: svr4_locore.s svr4_assym.h ${CC} -c -x assembler-with-cpp -DLOCORE ${CFLAGS} \ ${.IMPSRC} -o ${.TARGET} -svr4_genassym.o: svr4_genassym.c svr4.h @ machine +svr4_genassym.o: svr4_genassym.c svr4.h ${CC} -c ${CFLAGS:N-fno-common} ${.IMPSRC} .if !defined(KERNBUILDDIR) && defined(DEBUG) |
