mirror of https://github.com/upx/upx.git
Corrected app_*.pl dependency.
committer: mfx <mfx> 1142309988 +0000
This commit is contained in:
parent
ade921bf02
commit
ee50c0f97c
|
@ -272,10 +272,10 @@ strings: all
|
|||
# // rules
|
||||
# ************************************************************************/
|
||||
|
||||
%.asx : %.asm $(APP_I386)
|
||||
%.asx : %.asm $(srcdir)/scripts/app_*.pl
|
||||
$(APP_I386) $< $@
|
||||
|
||||
%.asy : %.ash $(APP_I386)
|
||||
%.asy : %.ash $(srcdir)/scripts/app_*.pl
|
||||
$(APP_I386) $< $@
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue