Mesa (master): progs/gallium: Fix relative path in Makefile.

Vinson Lee vlee at kemper.freedesktop.org
Wed Apr 14 08:18:17 UTC 2010


Module: Mesa
Branch: master
Commit: 30d99ff7e0c52f1cb647d03464cc16830a006c72
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=30d99ff7e0c52f1cb647d03464cc16830a006c72

Author: Vinson Lee <vlee at vmware.com>
Date:   Wed Apr 14 01:17:24 2010 -0700

progs/gallium: Fix relative path in Makefile.

---

 src/gallium/tests/trivial/Makefile |    2 +-
 src/gallium/tests/unit/Makefile    |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/gallium/tests/trivial/Makefile b/src/gallium/tests/trivial/Makefile
index 2b8af1a..c6eb726 100644
--- a/src/gallium/tests/trivial/Makefile
+++ b/src/gallium/tests/trivial/Makefile
@@ -1,6 +1,6 @@
 # progs/gallium/simple/Makefile
 
-TOP = ../../..
+TOP = ../../../..
 include $(TOP)/configs/current
 
 INCLUDES = \
diff --git a/src/gallium/tests/unit/Makefile b/src/gallium/tests/unit/Makefile
index f3dbd76..9747c80 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 = \




More information about the mesa-commit mailing list