mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
targets-tools.mk: Remove PREREQ_DONE from prerequisites of all.done
This commit is contained in:
parent
a207d299b1
commit
ea67ea66ce
1 changed files with 3 additions and 1 deletions
|
|
@ -4,8 +4,10 @@
|
||||||
# $Id$
|
# $Id$
|
||||||
|
|
||||||
include $(MODDIR)/make/rules.mk
|
include $(MODDIR)/make/rules.mk
|
||||||
|
|
||||||
all:
|
all:
|
||||||
clean: objclean textclean localclean
|
clean: objclean textclean localclean
|
||||||
install: $(ALL)
|
install: $(ALL)
|
||||||
$(LIB_SO): $(OBJ)
|
$(LIB_SO): $(OBJ)
|
||||||
all.done: $(LIBDIR) $(PREREQ_DONE) $(BUILD_H) $(BUILD_EXE_SH) $(MEMBERS) $(LIB_A) $(LIB_SO)
|
all.done: $(PREREQ_DONE) $(BUILD_HDR) $(BUILD_EXE_SH) $(MEMBERS) $(LIB_A) $(LIB_SO)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue