X-Git-Url: http://git.ozo.com/?p=openwrt-10.03%2F.git;a=blobdiff_plain;f=include%2Ftoplevel.mk;fp=include%2Ftoplevel.mk;h=6d46fe1edd2dafc0832f19bfe9862d5fe2abacda;hp=ab4448ae1047411414aeca5fcf748c94d447ce5c;hb=35fbeba8126fa33b9d066a5219c8f0c3cffbc285;hpb=998577a6b4807ba57043d029940923b727d282ea diff --git a/include/toplevel.mk b/include/toplevel.mk index ab4448ae1..6d46fe1ed 100644 --- a/include/toplevel.mk +++ b/include/toplevel.mk @@ -75,7 +75,7 @@ oldconfig: scripts/config/conf prepare-tmpinfo FORCE $< -$(if $(CONFDEFAULT),$(CONFDEFAULT),o) Config.in menuconfig: scripts/config/mconf prepare-tmpinfo FORCE - if [ \! -f .config -a -e $(HOME)/.openwrt/defconfig ]; then \ + if [ \! -e .config -a -e $(HOME)/.openwrt/defconfig ]; then \ cp $(HOME)/.openwrt/defconfig .config; \ fi $< Config.in