summaryrefslogtreecommitdiff
path: root/src/gallium/tests/unit
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-04-14 01:17:24 -0700
committerVinson Lee <vlee@vmware.com>2010-04-14 01:17:24 -0700
commit30d99ff7e0c52f1cb647d03464cc16830a006c72 (patch)
tree804c2f353e2c17705008f9f2ec9ff154d5dd4b05 /src/gallium/tests/unit
parent2ee0d19ccf768c4c12c3c3476c1cd7eff508629a (diff)
progs/gallium: Fix relative path in Makefile.
Diffstat (limited to 'src/gallium/tests/unit')
-rw-r--r--src/gallium/tests/unit/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/tests/unit/Makefile b/src/gallium/tests/unit/Makefile
index f3dbd7695c..9747c80101 100644
--- a/src/gallium/tests/unit/Makefile
+++ b/src/gallium/tests/unit/Makefile
@@ -1,6 +1,6 @@
# progs/gallium/simple/Makefile
-TOP = ../../..
+TOP = ../../../..
include $(TOP)/configs/current
INCLUDES = \