diff options
author | Keith Whitwell <[email protected]> | 2007-06-20 23:04:56 +0100 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2007-06-20 23:17:12 +0100 |
commit | 24a989c5d1d3a9ba4536d546d20b91c0c3ffa03e (patch) | |
tree | a821a54a22f6244556c3e8b8381b97c2ad8d157b /src/mesa/drivers/dri/Makefile.template | |
parent | 78cc48f70afee7edc5291e195af8e6b6ebbf2de9 (diff) |
Add state tracker create/destroy calls to i915 driver.
Diffstat (limited to 'src/mesa/drivers/dri/Makefile.template')
-rw-r--r-- | src/mesa/drivers/dri/Makefile.template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/Makefile.template b/src/mesa/drivers/dri/Makefile.template index 6f2314ee8cb..43c0e912bf2 100644 --- a/src/mesa/drivers/dri/Makefile.template +++ b/src/mesa/drivers/dri/Makefile.template @@ -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) 2>&1 /dev/null + $(ASM_SOURCES) 2> /dev/null # Emacs tags |