change make depend output redirection to 2>&1 (bug 8344)
authorBrian Paul <brian.paul@tungstengraphics.com>
Mon, 18 Sep 2006 22:55:13 +0000 (22:55 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Mon, 18 Sep 2006 22:55:13 +0000 (22:55 +0000)
src/mesa/drivers/dri/Makefile.template

index 5891273..1040194 100644 (file)
@@ -85,7 +85,7 @@ $(TOP)/$(LIB_DIR)/$(LIBNAME): $(LIBNAME)
 depend: $(C_SOURCES) $(ASM_SOURCES) $(SYMLINKS)
        touch depend
        $(MKDEP) $(MKDEP_OPTIONS) $(DRIVER_DEFINES) $(INCLUDES) $(C_SOURCES) \
-               $(ASM_SOURCES) > /dev/null
+               $(ASM_SOURCES) 2>&1 /dev/null
 
 
 # Emacs tags