xmlpool: remove the clean target
authorEmil Velikov <emil.l.velikov@gmail.com>
Sun, 29 Mar 2015 12:46:32 +0000 (13:46 +0100)
committerEmil Velikov <emil.l.velikov@gmail.com>
Wed, 1 Apr 2015 13:46:41 +0000 (14:46 +0100)
... by folding it into CLEANFILES. Don't worry about $(LANG) as it is
essentially the first folder of $(POS). With the latter already handled.

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Reviewed-by: Matt Turner <mattst88@gmail.com>
src/mesa/drivers/dri/common/xmlpool/Makefile.am

index 970049936a8cb2e6109cf85177e41cec312ff771..a6f1652d10553d593e85fc8d82904169f6e4c761 100644 (file)
@@ -61,12 +61,10 @@ EXTRA_DIST = \
        SConscript
 
 BUILT_SOURCES = options.h
-CLEANFILES = $(MOS) options.h
-
-# All generated files are cleaned up.
-clean:
-       -rm -f $(POT) options.h *~
-       -rm -rf $(LANGS)
+CLEANFILES = \
+       options.h
+       $(POS) \
+       $(MOS)
 
 # Default target options.h
 options.h: LOCALEDIR := .