aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/Makefile
diff options
context:
space:
mode:
authorEric Anholt <[email protected]>2012-06-11 10:19:36 -0700
committerEric Anholt <[email protected]>2012-06-21 10:07:36 -0700
commit95836b46e77abfe5411922eb7cf71a18c028f42a (patch)
treeaf9c623f7defa7676c7f2a57557bc6129e0a2f07 /src/mesa/Makefile
parentacf27121a5cda81429bbbaa43debdf662f9558d2 (diff)
automake: Convert gen_matypes building to automake.
Diffstat (limited to 'src/mesa/Makefile')
-rw-r--r--src/mesa/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/Makefile b/src/mesa/Makefile
index 6ed7166ea83..7783ebec85a 100644
--- a/src/mesa/Makefile
+++ b/src/mesa/Makefile
@@ -128,7 +128,6 @@ asm_subdirs:
(cd x86 && $(MAKE)) || exit 1 ; \
fi
@ if echo "$(DEFINES)" | grep -q USE_X86_64_ASM ; then \
- (cd x86 && $(MAKE)) || exit 1 ; \
(cd x86-64 && $(MAKE)) || exit 1 ; \
fi