From: Kristian Høgsberg Date: Tue, 9 Feb 2010 15:21:19 +0000 (-0500) Subject: glx: Fix TOP setting in src/glx Makefile X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2ecbe4e208ce4f6c789667f230b5b23b47de1936;p=mesa.git glx: Fix TOP setting in src/glx Makefile Argh, forgot to commit this fix before pushing. --- 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 \