Unidiff1 files changed, 2 insertions, 5 deletions
|
|
|
@@ -5,3 +5,3 @@ $(configs) : |
5 | |
5 | |
6 | $(TOPDIR)/.depends : $(shell if [ -e $(TOPDIR)/config.in ]\; then echo $(TOPDIR)/config.in\; fi\;) $(TOPDIR)/.config |
6 | $(TOPDIR)/.depends : $(shell if [ -e $(TOPDIR)/config.in ]\; then echo $(TOPDIR)/config.in\; fi\;) $(TOPDIR)/.config $(TOPDIR)/packages |
7 | @echo Generating dependency information... |
7 | @echo Generating dependency information... |
@@ -27,6 +27,3 @@ $(TOPDIR)/.depends.cfgs: |
27 | |
27 | |
28 | $(TOPDIR)/qmake/qmake : |
28 | $(TOPDIR)/scripts/lxdialog/lxdialog $(TOPDIR)/scripts/kconfig/conf scripts/kconfig/conf $(TOPDIR)/scripts/kconfig/mconf scripts/kconfig/mconf $(TOPDIR)/scripts/kconfig/qconf scripts/kconfig/qconf $(TOPDIR)/qmake/qmake : |
29 | $(call descend,$(TOPDIR)/qmake) |
| |
30 | |
| |
31 | $(TOPDIR)/scripts/lxdialog/lxdialog $(TOPDIR)/scripts/kconfig/conf scripts/kconfig/conf $(TOPDIR)/scripts/kconfig/mconf scripts/kconfig/mconf $(TOPDIR)/scripts/kconfig/qconf scripts/kconfig/qconf : |
| |
32 | $(call descend,$(shell dirname $@),$(shell basename $@)) |
29 | $(call descend,$(shell dirname $@),$(shell basename $@)) |
|