From 34454cfcd18b4127eb1b5200e724045a581bdbf6 Mon Sep 17 00:00:00 2001 From: Uoti Urpala Date: Thu, 4 Nov 2010 00:42:46 +0200 Subject: Makefile: remove generated locale files in clean target --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 83b56f021e..1310ff74d1 100644 --- a/Makefile +++ b/Makefile @@ -839,9 +839,11 @@ uninstall: clean: -rm -f $(call ADD_ALL_DIRS,/*.o /*.a /*.ho /*~) -rm -f $(call ADD_ALL_EXESUFS,mplayer) + -rm -f $(MOFILES) distclean: clean testsclean toolsclean driversclean dhahelperclean -rm -rf DOCS/tech/doxygen + -rm -rf locale -rm -f $(call ADD_ALL_DIRS,/*.d) -rm -f config.log config.mak config.h codecs.conf.h \ version.h $(VIDIX_PCI_FILES) TAGS tags -- cgit v1.2.3