diff options
author | Michal Krol <[email protected]> | 2009-12-12 16:58:43 +0100 |
---|---|---|
committer | Michal Krol <[email protected]> | 2009-12-12 16:58:43 +0100 |
commit | 75f371e973d19650a5c157a0844e43ffdea5e43e (patch) | |
tree | 2068b76210e81fd37dd4b3903c6cd0ae590cbf3c /src/mesa/shader/slang | |
parent | a3b32934c83f721102b9dd004227a528a174d7bb (diff) |
Remove grammar module -- no dependencies left.
Diffstat (limited to 'src/mesa/shader/slang')
-rw-r--r-- | src/mesa/shader/slang/descrip.mms | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/shader/slang/descrip.mms b/src/mesa/shader/slang/descrip.mms index 759a01cf040..674b786ac08 100644 --- a/src/mesa/shader/slang/descrip.mms +++ b/src/mesa/shader/slang/descrip.mms @@ -17,7 +17,7 @@ VPATH = RCS -INCDIR = [----.include],[--.main],[--.glapi],[-.slang],[-.grammar],[-] +INCDIR = [----.include],[--.main],[--.glapi],[-.slang],[-] LIBDIR = [----.lib] CFLAGS = /include=($(INCDIR),[])/define=(PTHREADS=1)/name=(as_is,short)/float=ieee/ieee=denorm |