From 4984cb7ef866572c56981dab3e10b0ad62dc9782 Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Sun, 29 Mar 2015 13:46:32 +0100 Subject: [PATCH] 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 --- src/mesa/drivers/dri/common/xmlpool/Makefile.am | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) 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 := . -- 2.30.2