progs/gallium: Fix relative path in Makefile.
authorVinson Lee <vlee@vmware.com>
Wed, 14 Apr 2010 08:17:24 +0000 (01:17 -0700)
committerVinson Lee <vlee@vmware.com>
Wed, 14 Apr 2010 08:17:24 +0000 (01:17 -0700)
src/gallium/tests/trivial/Makefile
src/gallium/tests/unit/Makefile

index 2b8af1ac06c8d580c923cf841fd47499b94b56bb..c6eb7269c8230b6f6395fe20b48420c741f56d48 100644 (file)
@@ -1,6 +1,6 @@
 # progs/gallium/simple/Makefile
 
-TOP = ../../..
+TOP = ../../../..
 include $(TOP)/configs/current
 
 INCLUDES = \
index f3dbd7695c6aa762da0894ff69f42f722d711874..9747c8010145ec2145f87cf6823d7b28cb440609 100644 (file)
@@ -1,6 +1,6 @@
 # progs/gallium/simple/Makefile
 
-TOP = ../../..
+TOP = ../../../..
 include $(TOP)/configs/current
 
 INCLUDES = \