diff options
| author | christos <christos@NetBSD.org> | 2006-08-26 22:17:48 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2006-08-26 22:17:48 +0000 |
| commit | 3f4976a941fcfcd7d4f3a29bf78aaea3a35255c1 (patch) | |
| tree | a33e30be21d16f0bd003b7dd538331100f26a510 /tools/make | |
| parent | d81e58017ff779a7976ba2cb6731a417f09ff99f (diff) | |
undo previous. I'll do it differently.
Diffstat (limited to 'tools/make')
| -rwxr-xr-x | tools/make/buildmake.sh.in | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/tools/make/buildmake.sh.in b/tools/make/buildmake.sh.in index 8576359b83d..59e3bfbbf95 100755 --- a/tools/make/buildmake.sh.in +++ b/tools/make/buildmake.sh.in @@ -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 |
