NetBSD/sys/arch/m68k/060sp/Makefile
apb e6806c2c83 Adapt to changes in m68k/060sp/asm2gas script: pass SED=${TOOL_SED:Q}
instead of TOOL_SED=${TOOL_SED:Q} in the environment.
2008-03-28 22:29:16 +00:00

18 lines
285 B
Makefile

# $NetBSD: Makefile,v 1.10 2008/03/28 22:29:16 apb Exp $
.include <bsd.sys.mk> # for HOST_SH, TOOL_SED
# regenerate isp.S, fpsp.S, pfpsp.S
.SUFFIXES:
.SUFFIXES: .sa .S
.PATH: dist
.sa.S:
SED=${TOOL_SED:Q} \
${HOST_SH} asm2gas ${.IMPSRC} >${.TARGET}
all: isp.S fpsp.S pfpsp.S