From: Vinson Lee Date: Wed, 14 Apr 2010 08:17:24 +0000 (-0700) Subject: progs/gallium: Fix relative path in Makefile. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=30d99ff7e0c52f1cb647d03464cc16830a006c72;p=mesa.git progs/gallium: Fix relative path in Makefile. --- 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 = \ diff --git a/src/gallium/tests/unit/Makefile b/src/gallium/tests/unit/Makefile index f3dbd7695c6..9747c801014 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 = \