aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-04-21 00:12:18 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-04-21 00:12:18 +0000
commit9d879774583cdcab3ff940ce25f33095e5496245 (patch)
tree8cbff4e11cbf04f4cf8ec750f8ab6b008c7ad939 /Makefile
parent47fe20b27ad3248907861c87c462797913c9288f (diff)
downloadupstream-9d879774583cdcab3ff940ce25f33095e5496245.tar.gz
upstream-9d879774583cdcab3ff940ce25f33095e5496245.tar.bz2
upstream-9d879774583cdcab3ff940ce25f33095e5496245.zip
more cleanups and a new menuconfig generator
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3685 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d82d6180e3..b938c241f9 100644
--- a/Makefile
+++ b/Makefile
@@ -50,6 +50,7 @@ endif
done > $@
.config.in: .pkginfo
+ ./scripts/gen_menuconfig.pl < $< > $@ || rm -f $@
pkginfo-clean:
-rm -f .pkginfo .config.in
@@ -63,7 +64,7 @@ scripts/config/conf: .config.in
menuconfig: scripts/config/mconf
$< Config.in
-config: scripts/config/mconf
+config: scripts/config/conf
$< Config.in
config-clean: