diff --git a/src/stub/Makefile b/src/stub/Makefile index 2b8ec5fa..02a8fe41 100644 --- a/src/stub/Makefile +++ b/src/stub/Makefile @@ -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