diff options
author | Brian Paul <[email protected]> | 2003-06-10 14:46:24 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2003-06-10 14:46:24 +0000 |
commit | b953bebc250b36c9a01dbeafe420f808aa3522d6 (patch) | |
tree | 1e9be8007bd263e4d3650ac4978f684a3bf734fa /src/glu/mesa | |
parent | 9ac51f57efe07ed43a1e4224a7f5daddec401b36 (diff) |
updated old-style makefiles for new tree
Diffstat (limited to 'src/glu/mesa')
-rw-r--r-- | src/glu/mesa/Makefile.X11 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glu/mesa/Makefile.X11 b/src/glu/mesa/Makefile.X11 index 3ba15704829..b50db58c36f 100644 --- a/src/glu/mesa/Makefile.X11 +++ b/src/glu/mesa/Makefile.X11 @@ -10,7 +10,7 @@ GLU_LIB_NAME = "GLU" # may be overridden in Make-config VPATH = RCS -TOP = .. +TOP = ../../.. INCDIR = $(TOP)/include LIBDIR = $(TOP)/lib |