diff options
author | Emil Velikov <[email protected]> | 2015-03-29 13:46:32 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2015-04-01 14:46:41 +0100 |
commit | 4984cb7ef866572c56981dab3e10b0ad62dc9782 (patch) | |
tree | bc3f3bcf80052d7f661c84f8f818246a6aff30e9 /src/mesa/drivers | |
parent | a665b9b3c89095923cf2251895afc69c9f79aafe (diff) |
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 <[email protected]>
Reviewed-by: Matt Turner <[email protected]>
Diffstat (limited to 'src/mesa/drivers')
-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 := . |