Mesa (master): glx: Fix TOP setting in src/glx Makefile

Kristian Høgsberg krh at kemper.freedesktop.org
Tue Feb 9 15:22:35 UTC 2010


Module: Mesa
Branch: master
Commit: 2ecbe4e208ce4f6c789667f230b5b23b47de1936
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=2ecbe4e208ce4f6c789667f230b5b23b47de1936

Author: Kristian Høgsberg <krh at bitplanet.net>
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 \




More information about the mesa-commit mailing list