From: George Sapountzis Date: Fri, 19 Mar 2010 00:38:10 +0000 (+0200) Subject: Makefile.template: respect LIBRARY_DEFINES in mkdep X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9ec29e31919e85f9230867f43841c0e74be930d3;p=mesa.git Makefile.template: respect LIBRARY_DEFINES in mkdep --- diff --git a/src/gallium/Makefile.template b/src/gallium/Makefile.template index 91a9b54b362..7606a947e22 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: