diff options
author | joukj <joukj@tarantella.(none)> | 2007-11-30 13:16:05 +0100 |
---|---|---|
committer | joukj <joukj@tarantella.(none)> | 2007-11-30 13:16:05 +0100 |
commit | a11b6f025cd31d63c061129fd7272a928184f808 (patch) | |
tree | 82892e01be30aa889f6d490fc68c79cce3f22e62 /src/mesa | |
parent | 86f3135fbd9db9ca08a6c0bfc620345c8a8e3f04 (diff) |
Updates of some OpenVMS makefiles.
Diffstat (limited to 'src/mesa')
-rw-r--r-- | src/mesa/tnl/descrip.mms | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/tnl/descrip.mms b/src/mesa/tnl/descrip.mms index 54441aeeab0..f77f672dc8f 100644 --- a/src/mesa/tnl/descrip.mms +++ b/src/mesa/tnl/descrip.mms @@ -1,6 +1,6 @@ # Makefile for core library for VMS # contributed by Jouk Jansen [email protected] -# Last revision : 3 October 2007 +# Last revision : 30 November 2007 .first define gl [---.include.gl] @@ -11,6 +11,7 @@ define array_cache [-.array_cache] define main [-.main] define glapi [-.glapi] + define tnl [-.tnl] .include [---]mms-config. |