diff options
| author | Mike Smith <msmith@FreeBSD.org> | 1998-11-05 04:54:05 +0000 |
|---|---|---|
| committer | Mike Smith <msmith@FreeBSD.org> | 1998-11-05 04:54:05 +0000 |
| commit | 875e602afe035081bddbc9bf7a212ac47a0da661 (patch) | |
| tree | 0649603b28f883b0907c816b93537f248797b977 /sys/boot | |
| parent | ce6bd34722aa95583bbc55c07ebb798b3b1f6dd9 (diff) | |
Notes
Diffstat (limited to 'sys/boot')
| -rw-r--r-- | sys/boot/ficl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/boot/ficl/Makefile b/sys/boot/ficl/Makefile index 11000630a5a8..62562e2ff0b6 100644 --- a/sys/boot/ficl/Makefile +++ b/sys/boot/ficl/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.2 1998/11/04 00:29:33 msmith Exp $ +# $Id: Makefile,v 1.3 1998/11/04 03:42:16 msmith Exp $ # LIB= ficl NOPROFILE= yes @@ -17,7 +17,7 @@ SOFTWORDS= softcore.fr jhlocal.fr marker.fr CFLAGS+= -I${.CURDIR} softcore.c: ${SOFTWORDS} softcore.pl - (cd ${.CURDIR}/softwords; ./softcore.pl ${SOFTWORDS}) > ${.TARGET} + (cd ${.CURDIR}/softwords; perl softcore.pl ${SOFTWORDS}) > ${.TARGET} .include <bsd.lib.mk> |
