change make depend output redirection to 2>&1 (bug 8344)

This commit is contained in:
Brian Paul
2006-09-18 22:55:13 +00:00
parent 876b41bc03
commit c42afefda1

View 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