From: Keith Whitwell Date: Thu, 11 Sep 2008 16:39:16 +0000 (+0100) Subject: mesa: use sources.mak -- need to figure out how to support non-gallium builds also X-Git-Tag: 062012170305~17580^2~496^2~753 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=685248bea1fef5fd6335982570e34d0f6672030d;p=profile%2Fivi%2Fmesa.git mesa: use sources.mak -- need to figure out how to support non-gallium builds also --- diff --git a/src/mesa/Makefile b/src/mesa/Makefile index 068d9b3..2fba2e1 100644 --- a/src/mesa/Makefile +++ b/src/mesa/Makefile @@ -3,7 +3,7 @@ TOP = ../.. include $(TOP)/configs/current -include sources +include sources.mak .SUFFIXES : .cpp diff --git a/src/mesa/Makefile.mgw b/src/mesa/Makefile.mgw index 886b344..097c390 100644 --- a/src/mesa/Makefile.mgw +++ b/src/mesa/Makefile.mgw @@ -124,7 +124,7 @@ ifneq ($(wildcard $(addsuffix /rm,$(subst :, ,$(PATH)))),) UNLINK = $(RM) $(1) endif -include sources +include sources.mak CFLAGS += $(INCLUDE_DIRS)