progs/gallium: Fix relative path in Makefile.

This commit is contained in:
Vinson Lee 2010-04-14 01:17:24 -07:00
parent 2ee0d19ccf
commit 30d99ff7e0
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
# progs/gallium/simple/Makefile
TOP = ../../..
TOP = ../../../..
include $(TOP)/configs/current
INCLUDES = \

View file

@ -1,6 +1,6 @@
# progs/gallium/simple/Makefile
TOP = ../../..
TOP = ../../../..
include $(TOP)/configs/current
INCLUDES = \