summaryrefslogtreecommitdiff
path: root/src/mesa/x86-64/Makefile
diff options
context:
space:
mode:
authorJosé Fonseca <jrfonseca@tungstengraphics.com>2008-06-04 23:55:55 +0900
committerJosé Fonseca <jrfonseca@tungstengraphics.com>2008-06-04 23:58:44 +0900
commitfc286ff3ba089af5f1aca2d35b93b53a9383b1cf (patch)
treec499ead25b6e798268d2a106d0672210fd79dff0 /src/mesa/x86-64/Makefile
parent8223add3304451d5e75737a6d1be1739e4517943 (diff)
mesa: Remove assyntax.h include from generated matypes.h.
matypes.h doesn't really depend on assyntax.h; assyntax.h is only present on x86; and this way we remove the need of grep being available (which is relevant for scons and non-unix platforms).
Diffstat (limited to 'src/mesa/x86-64/Makefile')
-rw-r--r--src/mesa/x86-64/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/x86-64/Makefile b/src/mesa/x86-64/Makefile
index 252218ca86..ab58aa6c23 100644
--- a/src/mesa/x86-64/Makefile
+++ b/src/mesa/x86-64/Makefile
@@ -24,6 +24,6 @@ clean:
# need some special rules here, unfortunately
matypes.h: ../main/mtypes.h ../tnl/t_context.h ../x86/gen_matypes
- ../x86/gen_matypes | grep -v '#include "assyntax.h' > matypes.h
+ ../x86/gen_matypes > matypes.h
xform4.o: matypes.h