From 3c690524e2ec0fdd6bef6d50897d6879fdb8b53b Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Mon, 21 Jan 2013 10:25:31 -0800 Subject: build: Rename sources.mak -> Makefile.sources For the sake of consistency. Tested-by: Emil Velikov Reviewed-and-Tested-by: Andreas Boll Reviewed-by: Jordan Justen --- src/glx/apple/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/glx/apple') diff --git a/src/glx/apple/Makefile b/src/glx/apple/Makefile index f6faa1ef71c..7dab068b252 100644 --- a/src/glx/apple/Makefile +++ b/src/glx/apple/Makefile @@ -58,7 +58,7 @@ SOURCES = \ ../xfont.c \ ../applegl_glx.c -include $(TOP)/src/mesa/sources.mak +include $(TOP)/src/mesa/Makefile.sources # override GLAPI_LIB GLAPI_LIB = $(TOP)/src/mapi/glapi/libglapi.a -- cgit v1.2.3