diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-08-09 14:24:08 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-08-09 14:24:08 +0200 |
commit | aa36ba1bfedbec0a5a8682dd862697eb4c090a13 (patch) | |
tree | 2e178bb008ea0076185a841cc35cb6ceffe7a4fa /mk/build.mk | |
parent | 1c47490f586071528b387edc46e531c88bd77dc7 (diff) | |
parent | cda64efca568ec61c064b44f494f58f7a08bd4e7 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'mk/build.mk')
-rw-r--r-- | mk/build.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mk/build.mk b/mk/build.mk index c74e16045..399d57216 100644 --- a/mk/build.mk +++ b/mk/build.mk @@ -158,6 +158,9 @@ all: menuconfig # configuration # --------------------------------------------------------------------------- +# force entering the subdir, as dependency checking is done there +.PHONY: $(CONFIG)/conf $(CONFIG)/mconf + $(CONFIG)/conf: @$(MAKE) -C $(CONFIG) conf |