diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index b74f8749d53bef22b45ade4bb133abd63cb02b8f..a6485b72e611347c4bfebffa3b8a7b4bf063d6be 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -471,19 +471,15 @@ clean::
 
 TESTS = $(addsuffix -test, cabac dct eval fft h264 imgresample rangecoder snow)
 ifeq ($(ARCH_X86),yes)
-TESTS+= cpuid-test motion-test
+TESTS += cpuid-test motion-test
 endif
 
 tests: apiexample $(TESTS)
 
-apiexample: apiexample.o $(LIBNAME)
-
 cpuid-test: i386/cputest.c
-
+apiexample: apiexample.o $(LIBNAME)
 dct-test: dct-test.o fdctref.o $(LIBNAME)
-
 fft-test: fft-test.o $(LIBNAME)
-
 motion-test: motion-test.o $(LIBNAME)
 
 %-test: %.c $(LIBNAME)