1
0
mirror of https://github.com/upx/upx synced 2025-09-28 19:06:07 +08:00

%.asy and %.asx depend onf $(APP_I386)

committer: jreiser <jreiser> 1142306625 +0000
This commit is contained in:
John Reiser 2006-03-14 03:23:45 +00:00
parent 676cacff04
commit ade921bf02

View File

@ -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