diff options
| author | christos <christos@NetBSD.org> | 2006-08-26 22:15:14 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2006-08-26 22:15:14 +0000 |
| commit | d81e58017ff779a7976ba2cb6731a417f09ff99f (patch) | |
| tree | b176e0a2e598c167f348a16c840fc46ce6861a83 /tools/make | |
| parent | 623c0a861f63a6dae1ba5b70b9f92711ae5a35ce (diff) | |
compile efun.c too.
Diffstat (limited to 'tools/make')
| -rwxr-xr-x | tools/make/buildmake.sh.in | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/tools/make/buildmake.sh.in b/tools/make/buildmake.sh.in index 36b5a7e5f38..8576359b83d 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.6 2006/06/30 19:47:46 ross Exp $ +# $NetBSD: buildmake.sh.in,v 1.7 2006/08/26 22:15:14 christos Exp $ # # buildmake.sh.in - Autoconf-processed shell script for building make(1). # @@ -14,9 +14,10 @@ docmd () { $1 || exit 1 } -SRCDIR=@srcdir@/../../usr.bin/make +MKSRCDIR=@srcdir@/../../usr.bin/make +UTSRCDIR=@srcdir@/../../lib/libutil -for f in $SRCDIR/*.c $SRCDIR/lst.lib/*.c; do +for f in $MKSRCDIR/*.c $MKSRCDIR/lst.lib/*.c $UTSRCDIR/efun.c; do docmd "${HOST_CC} ${HOST_CFLAGS} @DEFS@ -c $f" done |
