From 07db2878a83b8c1a111be66cdc88d226c51474c6 Mon Sep 17 00:00:00 2001 From: bjh21 Date: Tue, 28 May 2002 21:56:54 +0000 Subject: [PATCH] Use ${FGEN} rather than fgen. --- sys/arch/sparc/stand/bootblk/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/arch/sparc/stand/bootblk/Makefile b/sys/arch/sparc/stand/bootblk/Makefile index 541ca3e3e8ff..02a7e357e228 100644 --- a/sys/arch/sparc/stand/bootblk/Makefile +++ b/sys/arch/sparc/stand/bootblk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2001/12/13 22:33:20 tv Exp $ +# $NetBSD: Makefile,v 1.4 2002/05/28 21:56:54 bjh21 Exp $ CURDIR= ${.CURDIR} S= ${CURDIR}/../../../.. @@ -51,7 +51,7 @@ bootblk.text: bootblk.fth assym.fth.h mv -f bootblk.text.tmp bootblk.text bootblk: bootblk.fth assym.fth.h - fgen -o bootblk ${.CURDIR}/bootblk.fth + ${FGEN} -o bootblk ${.CURDIR}/bootblk.fth beforedepend: @touch .depend