diff options
author | Vinson Lee <[email protected]> | 2010-04-14 01:17:24 -0700 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-04-14 01:17:24 -0700 |
commit | 30d99ff7e0c52f1cb647d03464cc16830a006c72 (patch) | |
tree | 804c2f353e2c17705008f9f2ec9ff154d5dd4b05 /src/gallium/tests/trivial | |
parent | 2ee0d19ccf768c4c12c3c3476c1cd7eff508629a (diff) |
progs/gallium: Fix relative path in Makefile.
Diffstat (limited to 'src/gallium/tests/trivial')
-rw-r--r-- | src/gallium/tests/trivial/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/tests/trivial/Makefile b/src/gallium/tests/trivial/Makefile index 2b8af1ac06c..c6eb7269c82 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 = \ |