undo previous. I'll do it differently.

This commit is contained in:
christos 2006-08-26 22:17:48 +00:00
parent d81e58017f
commit 3f4976a941

View File

@ -1,5 +1,5 @@
#! /bin/sh
# $NetBSD: buildmake.sh.in,v 1.7 2006/08/26 22:15:14 christos Exp $
# $NetBSD: buildmake.sh.in,v 1.8 2006/08/26 22:17:48 christos Exp $
#
# buildmake.sh.in - Autoconf-processed shell script for building make(1).
#
@ -15,9 +15,8 @@ docmd () {
}
MKSRCDIR=@srcdir@/../../usr.bin/make
UTSRCDIR=@srcdir@/../../lib/libutil
for f in $MKSRCDIR/*.c $MKSRCDIR/lst.lib/*.c $UTSRCDIR/efun.c; do
for f in $MKSRCDIR/*.c $MKSRCDIR/lst.lib/*.c; do
docmd "${HOST_CC} ${HOST_CFLAGS} @DEFS@ -c $f"
done