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 068d9b3b9c68af01338ec2496da850376697d66e..2fba2e153b8d30c8650df2b48baaba4744a1521f 100644 (file)
@@ -3,7 +3,7 @@
 TOP = ../..
 include $(TOP)/configs/current
 
-include sources
+include sources.mak
 
 .SUFFIXES : .cpp
 
index 886b344ec9b6c921f7e047ba93dfc36d326e03e8..097c390a83e2625e402cc415fcfb2cb021b836ad 100644 (file)
@@ -124,7 +124,7 @@ ifneq ($(wildcard $(addsuffix /rm,$(subst :, ,$(PATH)))),)
 UNLINK = $(RM) $(1)
 endif
 
-include sources
+include sources.mak
 
 CFLAGS += $(INCLUDE_DIRS)