mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 16:18:06 +02:00
change make depend output redirection to 2>&1 (bug 8344)
This commit is contained in:
parent
876b41bc03
commit
c42afefda1
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue