From: Emil Velikov Date: Sun, 29 Mar 2015 12:46:32 +0000 (+0100) Subject: xmlpool: remove the clean target X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4984cb7ef866572c56981dab3e10b0ad62dc9782;p=mesa.git xmlpool: remove the clean target ... 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 Reviewed-by: Matt Turner --- diff --git a/src/mesa/drivers/dri/common/xmlpool/Makefile.am b/src/mesa/drivers/dri/common/xmlpool/Makefile.am index 970049936a8..a6f1652d105 100644 --- a/src/mesa/drivers/dri/common/xmlpool/Makefile.am +++ b/src/mesa/drivers/dri/common/xmlpool/Makefile.am @@ -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 := .