diff options
author | Kristian Høgsberg <[email protected]> | 2008-02-25 18:50:26 -0500 |
---|---|---|
committer | Kristian Høgsberg <[email protected]> | 2008-02-25 19:02:07 -0500 |
commit | bcecea6ea6c2727e4071f5a43fab49673573e905 (patch) | |
tree | ccee9ba7972f3a260976e967a9f15cedb76846e1 /src/mesa/drivers/dri/Makefile.template | |
parent | 7381ccab449c65d843580f76426f87ab6b1649ce (diff) |
autoconf: Add gcc search patch to MKDEP_OPTIONS to eliminate warnings.
Also, use -include to avoid error message when make initially fails to
include the non-existent depend file.
Diffstat (limited to 'src/mesa/drivers/dri/Makefile.template')
-rw-r--r-- | src/mesa/drivers/dri/Makefile.template | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/drivers/dri/Makefile.template b/src/mesa/drivers/dri/Makefile.template index ad0a9c33f86..53f9d80689e 100644 --- a/src/mesa/drivers/dri/Makefile.template +++ b/src/mesa/drivers/dri/Makefile.template @@ -80,7 +80,7 @@ $(TOP)/$(LIB_DIR)/$(LIBNAME): $(LIBNAME) depend: $(C_SOURCES) $(ASM_SOURCES) $(SYMLINKS) touch depend $(MKDEP) $(MKDEP_OPTIONS) $(DRIVER_DEFINES) $(INCLUDES) $(C_SOURCES) \ - $(ASM_SOURCES) 2>&1 /dev/null + $(ASM_SOURCES) # Emacs tags @@ -99,4 +99,4 @@ install: $(LIBNAME) $(INSTALL) -m 755 $(LIBNAME) $(DESTDIR)$(DRI_DRIVER_INSTALL_DIR) -include depend +-include depend |