Module: Mesa Branch: master Commit: 2ecbe4e208ce4f6c789667f230b5b23b47de1936 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2ecbe4e208ce4f6c789667f230b5b23b47de1936
Author: Kristian Høgsberg <[email protected]> Date: Tue Feb 9 10:21:19 2010 -0500 glx: Fix TOP setting in src/glx Makefile Argh, forgot to commit this fix before pushing. --- src/glx/Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/glx/Makefile b/src/glx/Makefile index e681be8..6711fdc 100644 --- a/src/glx/Makefile +++ b/src/glx/Makefile @@ -1,4 +1,4 @@ -TOP = ../../.. +TOP = ../.. include $(TOP)/configs/current EXTRA_DEFINES = -DXF86VIDMODE -D_REENTRANT \ _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
