diff options
author | John Crispin <blogic@openwrt.org> | 2007-10-14 02:15:37 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2007-10-14 02:15:37 +0000 |
commit | 9622d803448fcb9c1726aebf8e6b68d65f8b290e (patch) | |
tree | d1982e066f01589d8db50780ea77e6fbfab5bc5c /scripts/config/Makefile | |
parent | 5042f33084bc6f96fcf60ae228886534f0b4a34f (diff) | |
download | upstream-9622d803448fcb9c1726aebf8e6b68d65f8b290e.tar.gz upstream-9622d803448fcb9c1726aebf8e6b68d65f8b290e.tar.bz2 upstream-9622d803448fcb9c1726aebf8e6b68d65f8b290e.zip |
add possibility to set default .config values
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9300 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'scripts/config/Makefile')
-rw-r--r-- | scripts/config/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/config/Makefile b/scripts/config/Makefile index ef11542fc6..54c5fe25af 100644 --- a/scripts/config/Makefile +++ b/scripts/config/Makefile @@ -27,13 +27,13 @@ lxdialog/lxdialog: $(MAKE) -C lxdialog conf: $(conf-objs) -mconf: $(mconf-objs) +mconf: $(mconf-objs) clean: rm -f *.o $(clean-files) conf mconf $(MAKE) -C lxdialog clean -zconf.tab.o: lex.zconf.c zconf.hash.c +zconf.tab.o: lex.zconf.c zconf.hash.c confdata.c kconfig_load.o: lkc_defs.h |