From: George Sapountzis Date: Sun, 21 Mar 2010 13:32:50 +0000 (+0200) Subject: Revert "Makefile.template: respect LIBRARY_DEFINES in mkdep" X-Git-Tag: android-x86-2.2~5576 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=59629b413a7e3e3ba4b4213eb3ba4b65bdf3f9fb;p=android-x86%2Fexternal-mesa.git Revert "Makefile.template: respect LIBRARY_DEFINES in mkdep" This reverts commit 9ec29e31919e85f9230867f43841c0e74be930d3. --- diff --git a/src/gallium/Makefile.template b/src/gallium/Makefile.template index 7606a947e22..91a9b54b362 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) $(LIBRARY_DEFINES) $(C_SOURCES) $(CPP_SOURCES) $(ASM_SOURCES) $(GENERATED_SOURCES) 2> /dev/null + $(MKDEP) $(MKDEP_OPTIONS) $(INCLUDES) $(C_SOURCES) $(CPP_SOURCES) $(ASM_SOURCES) $(GENERATED_SOURCES) 2> /dev/null # Emacs tags tags: