mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 13:58:04 +02:00
Fix the default target to remake readtex.o if needed
This commit is contained in:
parent
4078c647d5
commit
93d0935ef7
1 changed files with 2 additions and 1 deletions
|
|
@ -73,8 +73,9 @@ PROGS = \
|
|||
|
||||
##### TARGETS #####
|
||||
|
||||
default: readtex.o $(PROGS)
|
||||
default: $(PROGS)
|
||||
|
||||
$(PROGS): readtex.o
|
||||
|
||||
readtex.c: $(TOP)/progs/util/readtex.c
|
||||
cp $< .
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue