mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 03:08:05 +02:00
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 <emil.l.velikov@gmail.com> Reviewed-by: Matt Turner <mattst88@gmail.com>
This commit is contained in:
parent
a665b9b3c8
commit
4984cb7ef8
1 changed files with 4 additions and 6 deletions
|
|
@ -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 := .
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue