From 2ecbe4e208ce4f6c789667f230b5b23b47de1936 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Kristian=20H=C3=B8gsberg?= Date: Tue, 9 Feb 2010 10:21:19 -0500 Subject: [PATCH] glx: Fix TOP setting in src/glx Makefile Argh, forgot to commit this fix before pushing. --- src/glx/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/glx/Makefile b/src/glx/Makefile index e681be834f0..6711fdc61bb 100644 --- a/src/glx/Makefile +++ b/src/glx/Makefile @@ -1,4 +1,4 @@ -TOP = ../../.. +TOP = ../.. include $(TOP)/configs/current EXTRA_DEFINES = -DXF86VIDMODE -D_REENTRANT \ -- 2.30.2