description of asopt apparently has to be in front of the one for as.
This commit is contained in:
parent
1dd241938c
commit
f408948925
1 changed files with 7 additions and 7 deletions
|
@ -21,13 +21,6 @@ name be
|
|||
stdout
|
||||
need .e
|
||||
end
|
||||
name as
|
||||
from .s.so
|
||||
to .o
|
||||
program {EM}/lib/{M}/as
|
||||
args - -o > <
|
||||
prep cond
|
||||
end
|
||||
name asopt
|
||||
from .s
|
||||
to .so
|
||||
|
@ -37,6 +30,13 @@ name asopt
|
|||
stdin
|
||||
stdout
|
||||
end
|
||||
name as
|
||||
from .s.so
|
||||
to .o
|
||||
program {EM}/lib/{M}/as
|
||||
args - -o > <
|
||||
prep cond
|
||||
end
|
||||
name led
|
||||
from .o.a
|
||||
to .out
|
||||
|
|
Loading…
Reference in a new issue