mirror of
https://github.com/upx/upx
synced 2025-09-28 19:06:07 +08:00
Added .DELETE_ON_ERROR rules.
This commit is contained in:
parent
396a3ad2fc
commit
e61f481881
|
@ -54,6 +54,7 @@ endif
|
||||||
|
|
||||||
|
|
||||||
all: upx$(exeext)
|
all: upx$(exeext)
|
||||||
|
.DELETE_ON_ERROR: upx$(exeext) $(upx_OBJECTS)
|
||||||
|
|
||||||
upx$(exeext): $(upx_OBJECTS) $(upx_DEPENDENCIES)
|
upx$(exeext): $(upx_OBJECTS) $(upx_DEPENDENCIES)
|
||||||
$($(notdir $@).PRE_LINK_STEP)
|
$($(notdir $@).PRE_LINK_STEP)
|
||||||
|
|
|
@ -714,6 +714,10 @@ $(STUBS): tmp/.tmp-stamp $(MAKEFILE_LIST)
|
||||||
endif
|
endif
|
||||||
-include tmp/*.d
|
-include tmp/*.d
|
||||||
|
|
||||||
|
ifneq ($(strip $(STUBS)),)
|
||||||
|
.DELETE_ON_ERROR: $(STUBS)
|
||||||
|
endif
|
||||||
|
|
||||||
|
|
||||||
# /***********************************************************************
|
# /***********************************************************************
|
||||||
# // extra-all
|
# // extra-all
|
||||||
|
|
Loading…
Reference in New Issue
Block a user