exe.mk: Add $(STRIP_DONE) to all target

This commit is contained in:
Jan Lindemann 2007-07-18 17:19:28 +00:00 committed by Jan Lindemann
commit 78e4a1a360

View file

@ -6,7 +6,7 @@
include $(MODDIR)/make/run.mk
include $(MODDIR)/make/depend.mk
all: $(EXE) $(EXE_BIN)
all: $(EXE) $(EXE_BIN) $(STRIP_DONE)
install: $(INSTALLED_EXE) $(INSTALLED_EXE_BIN)
run: all.dirs $(EXE) $(EXE_BIN)
strace: $(EXE) $(EXE_BIN)