diff options
author | Keith Whitwell <[email protected]> | 2006-10-30 16:44:13 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2006-10-30 16:44:13 +0000 |
commit | 99efde461d3b8615863bdb7308e05289e0db0422 (patch) | |
tree | 95b9e3f4f612957a93547892f3559cfaa44dccb7 /src/mesa/Makefile | |
parent | efef291dc71eb57f90785a26957f4b3e01733156 (diff) |
better handling of current attributes. Trivial dlist and varray tests work
Diffstat (limited to 'src/mesa/Makefile')
-rw-r--r-- | src/mesa/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/Makefile b/src/mesa/Makefile index 3f65ecf5cc9..e06607b0f83 100644 --- a/src/mesa/Makefile +++ b/src/mesa/Makefile @@ -142,7 +142,7 @@ depend: $(ALL_SOURCES) @ echo "running $(MKDEP)" @ touch depend @$(MKDEP) $(MKDEP_OPTIONS) $(DEFINES) $(INCLUDE_DIRS) $(ALL_SOURCES) \ - > /dev/null + > /dev/null 2>/dev/null subdirs: |