diff options
author | Austin Foxley <austinf@cetoncorp.com> | 2010-02-05 11:10:14 -0800 |
---|---|---|
committer | Austin Foxley <austinf@cetoncorp.com> | 2010-02-05 11:10:32 -0800 |
commit | f7eba78a7464c7b31326abf92dab254608835028 (patch) | |
tree | 5558a9e8d2c7c4484387030427701d81bd8b83e5 /extra/config/Makefile | |
parent | 3e808a4c28f214314e8457672fae0f5d17f5450a (diff) | |
parent | df1580676a48dc3a9faf7e508ad3ec822a8e5a05 (diff) |
Merge commit 'origin/master' into nptl
Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
Diffstat (limited to 'extra/config/Makefile')
-rw-r--r-- | extra/config/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/config/Makefile b/extra/config/Makefile index 04175e541..ce406adc2 100644 --- a/extra/config/Makefile +++ b/extra/config/Makefile @@ -74,7 +74,7 @@ $(obj)/%:: $(top_srcdir)$(src)/%_shipped $(Q)cat $< > $@ endif menuconfig_clean: - $(do_rm) $(clean-files) conf $(wildcard *.o) + $(do_rm) $(clean-files) $(lxdialog) conf $(wildcard *.o) distclean: clean $(do_rm) $(lxdialog) $(conf-objs) $(mconf-objs) \ $(kxgettext-objs) \ |