summaryrefslogtreecommitdiff
path: root/mk/build.mk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-03-07 07:48:07 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-03-07 07:48:07 +0100
commit4bf2218941e4eaeec2ce318865044469f3553353 (patch)
tree90401565f4d875c9f9b851645899d992aaaa09c0 /mk/build.mk
parenta9254f4b25b3b91c349ca0f6ca6f30280ba7bf3b (diff)
fix build for linux-uclibcfoo system
Diffstat (limited to 'mk/build.mk')
-rw-r--r--mk/build.mk5
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