diff options
Diffstat (limited to 'src/mesa/drivers/dri/common/xmlpool/Makefile.am')
-rw-r--r-- | src/mesa/drivers/dri/common/xmlpool/Makefile.am | 10 |
1 files 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 := . |