From ade921bf0230e85ae7dbda85bf7a36e5bfe7b7cd Mon Sep 17 00:00:00 2001 From: John Reiser Date: Tue, 14 Mar 2006 03:23:45 +0000 Subject: [PATCH] %.asy and %.asx depend onf $(APP_I386) committer: jreiser 1142306625 +0000 --- src/stub/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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