diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2010-02-02 10:38:42 +0100 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2010-02-02 10:38:42 +0100 |
commit | 7fdca78a993ef53f6c26bb19a70862557dc794e8 (patch) | |
tree | c540440ef87329ec96034602062ab5403fec6130 /extra | |
parent | 22de495da40d7649eb28fdfc70ce1d5f3b6572ea (diff) |
lxdialog: remove objectfiles on clean
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'extra')
-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) \ |