mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-07-07 13:16:36 +02:00
don't want -l in link rule for chibi-scheme
This commit is contained in:
parent
32838c1f9b
commit
baa8b07d63
1 changed files with 2 additions and 3 deletions
5
mkfile
5
mkfile
|
@ -4,8 +4,7 @@ BIN=/$objtype/bin
|
|||
TARG=chibi-scheme
|
||||
MODDIR=/sys/lib/chibi-scheme
|
||||
|
||||
#CC=pcc
|
||||
CPPFLAGS= -Iinclude -DPLAN9 -DUSE_STRING_STREAMS=0
|
||||
CPPFLAGS= -Iinclude -DPLAN9 -DUSE_STRING_STREAMS=0 -DUSE_DEBUG=0
|
||||
CFLAGS= -c -B $CPPFLAGS
|
||||
|
||||
OFILES=sexp.$O eval.$O main.$O
|
||||
|
@ -28,7 +27,7 @@ main.$O: main.i
|
|||
$CC $CFLAGS -c -o $target main.i
|
||||
|
||||
chibi-scheme: sexp.$O eval.$O main.$O
|
||||
$LD -o $target -l $prereq
|
||||
$LD -o $target $prereq
|
||||
|
||||
#</sys/src/cmd/mkone
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue