Module: Mesa Branch: master Commit: 9ec29e31919e85f9230867f43841c0e74be930d3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9ec29e31919e85f9230867f43841c0e74be930d3
Author: George Sapountzis <[email protected]> Date: Fri Mar 19 02:38:10 2010 +0200 Makefile.template: respect LIBRARY_DEFINES in mkdep --- src/gallium/Makefile.template | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/gallium/Makefile.template b/src/gallium/Makefile.template index 91a9b54..7606a94 100644 --- a/src/gallium/Makefile.template +++ b/src/gallium/Makefile.template @@ -34,7 +34,7 @@ lib$(LIBNAME).a: $(OBJECTS) $(EXTRA_OBJECTS) Makefile $(TOP)/src/gallium/Makefil depend: $(C_SOURCES) $(CPP_SOURCES) $(ASM_SOURCES) $(SYMLINKS) $(GENERATED_SOURCES) rm -f depend touch depend - $(MKDEP) $(MKDEP_OPTIONS) $(INCLUDES) $(C_SOURCES) $(CPP_SOURCES) $(ASM_SOURCES) $(GENERATED_SOURCES) 2> /dev/null + $(MKDEP) $(MKDEP_OPTIONS) $(INCLUDES) $(LIBRARY_DEFINES) $(C_SOURCES) $(CPP_SOURCES) $(ASM_SOURCES) $(GENERATED_SOURCES) 2> /dev/null # Emacs tags tags: _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
