diff options
| author | forsyth <forsyth@vitanuova.com> | 2010-01-15 06:58:37 +0000 |
|---|---|---|
| committer | forsyth <forsyth@vitanuova.com> | 2010-01-15 06:58:37 +0000 |
| commit | b484d63be210d67055f2ccb1ca9db84734252e85 (patch) | |
| tree | a32fd7eb9fcb1e9488a040987e97d6f97f9c3c03 | |
| parent | a7711df58200b0da72fa3a09e92ff8e85af2993b (diff) | |
20100115-0658
| -rw-r--r-- | CHANGES | 1 | ||||
| -rw-r--r-- | appl/spree/mkfile | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -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/%} |
