[Mesa-dev] [PATCH 7/7] xmlpool: automake: ensure that we clean all the files
Emil Velikov
emil.l.velikov at gmail.com
Tue May 31 16:26:41 UTC 2016
From: Emil Velikov <emil.velikov at collabora.com>
With earlier commit I removed the clean target, yet I missing the
trailing '\' thus $(POS) and $(MOS) were not explicitly removed.
Fixes: 4984cb7ef86 ("xmlpool: remove the clean target")
Signed-off-by: Emil Velikov <emil.velikov at collabora.com>
---
src/mesa/drivers/dri/common/xmlpool/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/mesa/drivers/dri/common/xmlpool/Makefile.am b/src/mesa/drivers/dri/common/xmlpool/Makefile.am
index dfd8fb8..955e2f4 100644
--- a/src/mesa/drivers/dri/common/xmlpool/Makefile.am
+++ b/src/mesa/drivers/dri/common/xmlpool/Makefile.am
@@ -62,7 +62,7 @@ EXTRA_DIST = \
BUILT_SOURCES = options.h
CLEANFILES = \
- options.h
+ $(BUILT_SOURCES) \
$(POS) \
$(MOS)
--
2.8.2
More information about the mesa-dev
mailing list