diff options
author | Keith Whitwell <keith@tungstengraphics.com> | 2008-09-11 17:39:16 +0100 |
---|---|---|
committer | Keith Whitwell <keith@tungstengraphics.com> | 2008-09-11 18:08:01 +0100 |
commit | 685248bea1fef5fd6335982570e34d0f6672030d (patch) | |
tree | 4231f3890364d3bb238b2a474ac811b3edf4fcb3 /src/mesa | |
parent | cdd97ceca0ce3e69d08ae33289ca8e4075885f0b (diff) |
mesa: use sources.mak -- need to figure out how to support non-gallium builds also
Diffstat (limited to 'src/mesa')
-rw-r--r-- | src/mesa/Makefile | 2 | ||||
-rw-r--r-- | src/mesa/Makefile.mgw | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/Makefile b/src/mesa/Makefile index 068d9b3b9c..2fba2e153b 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 886b344ec9..097c390a83 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) |