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