NetBSD/sys/arch/m68k/060sp/Makefile
lukem f85d2d1c14 Use ${HOST_SH} instead of `sh'.
If necessary, pull in <bsd.sys.mk> to get the definition of HOST_SH;
Makefiles that pull in one of (most of) <bsd.*.mk> will get this anyway.
2003-10-26 07:25:33 +00:00

17 lines
255 B
Makefile

# $NetBSD: Makefile,v 1.7 2003/10/26 07:25:36 lukem Exp $
.include <bsd.sys.mk> # for HOST_SH
# regenerate isp.S, fpsp.S, pfpsp.S
.SUFFIXES:
.SUFFIXES: .sa .S
.PATH: dist
.sa.S:
${HOST_SH} asm2gas ${.IMPSRC} >${.TARGET}
all: isp.S fpsp.S pfpsp.S