progs/gallium: Fix relative path in Makefile.
This commit is contained in:
@@ -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 = \
|
||||
|
||||
Reference in New Issue
Block a user