From: Emil Velikov <emil.veli...@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.veli...@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 _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev