diff options
author | Matt Turner <[email protected]> | 2013-01-21 10:25:31 -0800 |
---|---|---|
committer | Matt Turner <[email protected]> | 2013-04-15 12:04:25 -0700 |
commit | 3c690524e2ec0fdd6bef6d50897d6879fdb8b53b (patch) | |
tree | 3729d9fff2d85fd226dbcb4275e9e0476647c7a6 /src/mesa/program/Android.mk | |
parent | d50343dff1e74c203a9c32279b85ed762907b7ca (diff) |
build: Rename sources.mak -> Makefile.sources
For the sake of consistency.
Tested-by: Emil Velikov <[email protected]>
Reviewed-and-Tested-by: Andreas Boll <[email protected]>
Reviewed-by: Jordan Justen <[email protected]>
Diffstat (limited to 'src/mesa/program/Android.mk')
-rw-r--r-- | src/mesa/program/Android.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/program/Android.mk b/src/mesa/program/Android.mk index 51362e0ebb7..3f974ea2729 100644 --- a/src/mesa/program/Android.mk +++ b/src/mesa/program/Android.mk @@ -38,7 +38,7 @@ endef # Import the following variables: # PROGRAM_FILES -include $(MESA_TOP)/src/mesa/sources.mak +include $(MESA_TOP)/src/mesa/Makefile.sources include $(CLEAR_VARS) @@ -49,7 +49,7 @@ intermediates := $(call local-intermediates-dir) MESA_ENABLED_APIS := ES1 ES2 -# TODO(chadv): In sources.mak, move these vars to a different list so we can +# TODO(chadv): In Makefile.sources, move these vars to a different list so we can # remove this kludge. generated_sources_basenames := \ lex.yy.c \ |