mesa: use sources.mak -- need to figure out how to support non-gallium builds also
authorKeith Whitwell <keith@tungstengraphics.com>
Thu, 11 Sep 2008 16:39:16 +0000 (17:39 +0100)
committerKeith Whitwell <keith@tungstengraphics.com>
Thu, 11 Sep 2008 17:08:01 +0000 (18:08 +0100)
src/mesa/Makefile
src/mesa/Makefile.mgw

index 068d9b3..2fba2e1 100644 (file)
@@ -3,7 +3,7 @@
 TOP = ../..
 include $(TOP)/configs/current
 
-include sources
+include sources.mak
 
 .SUFFIXES : .cpp
 
index 886b344..097c390 100644 (file)
@@ -124,7 +124,7 @@ ifneq ($(wildcard $(addsuffix /rm,$(subst :, ,$(PATH)))),)
 UNLINK = $(RM) $(1)
 endif
 
-include sources
+include sources.mak
 
 CFLAGS += $(INCLUDE_DIRS)