From 30d99ff7e0c52f1cb647d03464cc16830a006c72 Mon Sep 17 00:00:00 2001 From: Vinson Lee Date: Wed, 14 Apr 2010 01:17:24 -0700 Subject: [PATCH] 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 = \ -- 2.7.4