diff options
author | Brian Paul <brianp@vmware.com> | 2009-02-24 14:27:43 -0700 |
---|---|---|
committer | Brian Paul <brianp@vmware.com> | 2009-02-24 14:27:43 -0700 |
commit | 7fcf4c6d2b4284360862a6cafc5d57995fd4a13a (patch) | |
tree | ab7a1d36c6e089b8aa2f26e171ef848aeb4589a9 /Makefile | |
parent | bd2f921d782a41a7fd9366435451768eb57df1cd (diff) |
mesa: s/sources/sources.mak/ in Makefile
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -225,7 +225,7 @@ MAIN_FILES = \ $(DIRECTORY)/src/Makefile \ $(DIRECTORY)/src/descrip.mms \ $(DIRECTORY)/src/mesa/Makefile* \ - $(DIRECTORY)/src/mesa/sources \ + $(DIRECTORY)/src/mesa/sources.mak \ $(DIRECTORY)/src/mesa/descrip.mms \ $(DIRECTORY)/src/mesa/gl.pc.in \ $(DIRECTORY)/src/mesa/osmesa.pc.in \ |