summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES1
-rw-r--r--appl/spree/mkfile2
2 files changed, 2 insertions, 1 deletions
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/%}