mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-02 11:00:27 +01:00
progs/gallium: Fix relative path in Makefile.
This commit is contained in:
parent
2ee0d19ccf
commit
30d99ff7e0
2 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# progs/gallium/simple/Makefile
|
||||
|
||||
TOP = ../../..
|
||||
TOP = ../../../..
|
||||
include $(TOP)/configs/current
|
||||
|
||||
INCLUDES = \
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# progs/gallium/simple/Makefile
|
||||
|
||||
TOP = ../../..
|
||||
TOP = ../../../..
|
||||
include $(TOP)/configs/current
|
||||
|
||||
INCLUDES = \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue