diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-07 08:42:03 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-07 08:42:03 +0100 |
commit | 76d0c1cfe5eb3d30ef34396796fc52daed6461c0 (patch) | |
tree | 1f635f1b7a5daf93055de0a51e0da65c5f9c65d6 /mk/build.mk | |
parent | 3f286c568e3f02b29e61757175f79539e4c6c967 (diff) | |
parent | 4bf2218941e4eaeec2ce318865044469f3553353 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'mk/build.mk')
-rw-r--r-- | mk/build.mk | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/mk/build.mk b/mk/build.mk index b6de5f992..42d75bbcd 100644 --- a/mk/build.mk +++ b/mk/build.mk @@ -310,7 +310,7 @@ all: menuconfig # --------------------------------------------------------------------------- # force entering the subdir, as dependency checking is done there -.PHONY: $(CONFIG)/conf $(CONFIG)/mconf $(CONFIG)/gconf +.PHONY: $(CONFIG)/conf $(CONFIG)/mconf $(CONFIG)/conf: @$(MAKE) -C $(CONFIG) conf @@ -318,9 +318,6 @@ $(CONFIG)/conf: $(CONFIG)/mconf: @$(MAKE) -C $(CONFIG) -$(CONFIG)/gconf: - @$(MAKE) -C $(CONFIG) gconf - defconfig: .menu $(CONFIG)/conf @${BASH} ${TOPDIR}/scripts/update-sys @${BASH} ${TOPDIR}/scripts/update-pkg |