mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
scripts.mk: Make all.done depend on $(BUILD_EXE_SH)
This commit is contained in:
parent
5bcc25939c
commit
75708c3a00
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@
|
|||
include $(MODDIR)/make/defs.mk
|
||||
include $(MODDIR)/make/rules.mk
|
||||
|
||||
all.done: $(SCRIPTS) $(LOCAL_EXE_SH)
|
||||
all.done: $(SCRIPTS) $(LOCAL_EXE_SH) $(BUILD_EXE_SH)
|
||||
clean:allclean localclean doneclean textclean
|
||||
install:$(INSTALLED_EXE_SH)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue