diff options
Diffstat (limited to 'appl')
| -rw-r--r-- | appl/spree/mkfile | 2 |
1 files changed, 1 insertions, 1 deletions
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/%} |
