summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-02-24 14:27:43 -0700
committerBrian Paul <brianp@vmware.com>2009-02-24 14:27:43 -0700
commit7fcf4c6d2b4284360862a6cafc5d57995fd4a13a (patch)
treeab7a1d36c6e089b8aa2f26e171ef848aeb4589a9 /Makefile
parentbd2f921d782a41a7fd9366435451768eb57df1cd (diff)
mesa: s/sources/sources.mak/ in Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c79fb1cb28..7a495a7084 100644
--- a/Makefile
+++ b/Makefile
@@ -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 \