mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-03 16:28:08 +02:00
gallium: fix tags target in Makefile.template
This commit is contained in:
parent
174aeabc0f
commit
4522cdbfdd
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ depend: $(C_SOURCES) $(CPP_SOURCES) $(ASM_SOURCES) $(SYMLINKS)
|
|||
|
||||
# Emacs tags
|
||||
tags:
|
||||
etags `find . -name \*.[ch]` `find ../include`
|
||||
etags `find . -name \*.[ch]` `find $(TOP)/src/gallium/include -name \*.h`
|
||||
|
||||
# Remove .o and backup files
|
||||
clean:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue