From 30d99ff7e0c52f1cb647d03464cc16830a006c72 Mon Sep 17 00:00:00 2001 From: Vinson Lee Date: Wed, 14 Apr 2010 01:17:24 -0700 Subject: progs/gallium: Fix relative path in Makefile. --- src/gallium/tests/unit/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gallium/tests/unit') 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 = \ -- cgit v1.2.3