Added .DELETE_ON_ERROR rules.

This commit is contained in:
Markus F.X.J. Oberhumer
2006-11-16 18:49:34 +01:00
parent 396a3ad2fc
commit e61f481881
2 changed files with 5 additions and 0 deletions
+1
View File
@@ -54,6 +54,7 @@ endif
all: upx$(exeext)
.DELETE_ON_ERROR: upx$(exeext) $(upx_OBJECTS)
upx$(exeext): $(upx_OBJECTS) $(upx_DEPENDENCIES)
$($(notdir $@).PRE_LINK_STEP)