%.asy and %.asx depend onf $(APP_I386)
committer: jreiser <jreiser> 1142306625 +0000
This commit is contained in:
parent
676cacff04
commit
ade921bf02
@ -272,10 +272,10 @@ strings: all
|
||||
# // rules
|
||||
# ************************************************************************/
|
||||
|
||||
%.asx : %.asm
|
||||
%.asx : %.asm $(APP_I386)
|
||||
$(APP_I386) $< $@
|
||||
|
||||
%.asy : %.ash
|
||||
%.asy : %.ash $(APP_I386)
|
||||
$(APP_I386) $< $@
|
||||
|
||||
|
||||
@ -604,5 +604,4 @@ start-interp.o: start-interp.S
|
||||
interp.o: interp.c
|
||||
gcc -c -g $<
|
||||
|
||||
|
||||
# vi:nowrap
|
||||
|
||||
Loading…
Reference in New Issue
Block a user