From b484d63be210d67055f2ccb1ca9db84734252e85 Mon Sep 17 00:00:00 2001 From: forsyth Date: Fri, 15 Jan 2010 06:58:37 +0000 Subject: 20100115-0658 --- CHANGES | 1 + appl/spree/mkfile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index a0badba4..c4a125da 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,6 @@ 20100115 appl/cmd/tarfs.b man/4/tarfs changes to permission handling from mechiel [issue 220] + appl/spree/mkfile add explicit -I$ROOT/module [issue 209, powerman] 20100110 appl/cmd/tcs.b [issue 12, arvindht]: process unconverted bytes next cycle, flush conversion state; improve error checking 20091219 diff --git a/appl/spree/mkfile b/appl/spree/mkfile index ca94b6c0..37187df5 100644 --- a/appl/spree/mkfile +++ b/appl/spree/mkfile @@ -54,7 +54,7 @@ $ROOT/dis/spree/%.dis: %.dis cp $prereq $target %.dis: %.b - limbo -gw -I lib -o $stem.dis $stem.b + limbo -gw -I$ROOT/module -Ilib -o $stem.dis $stem.b $ENGINES $MAIN $LIB: spree.m gather.m lib/cardlib.m lib/allow.m lib/objstore.m $ENGINES $MAIN $CLIENTS $LIB: ${MODULES:%=$ROOT/module/%} -- cgit v1.2.3