i915g: Fix fallout from 8e4540ec2a82e72be491bc8fe23c10551d29a96c
[mesa.git] / Makefile
index d65d4c4968e71596ca5d830e9696cac12f1b5c60..6120fbe9f45af1c994c161f93306ee7742ef1d0c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -23,7 +23,7 @@ doxygen:
 
 check:
        cd src/glsl/tests/ && ./optimization-test
-       @echo "All tests passed."
+       make -C tests check
 
 clean:
        -@touch $(TOP)/configs/current
@@ -112,8 +112,6 @@ linux \
 linux-i965 \
 linux-alpha \
 linux-alpha-static \
-linux-cell \
-linux-cell-debug \
 linux-debug \
 linux-dri \
 linux-dri-debug \
@@ -186,13 +184,15 @@ ultrix-gcc:
 
 # Rules for making release tarballs
 
-PACKAGE_VERSION=7.12-devel
+PACKAGE_VERSION=8.1-devel
 PACKAGE_DIR = Mesa-$(PACKAGE_VERSION)
 PACKAGE_NAME = MesaLib-$(PACKAGE_VERSION)
 
 EXTRA_FILES = \
        aclocal.m4                                      \
        configure                                       \
+       tests/Makefile.in                               \
+       tests/glx/Makefile.in                           \
        src/glsl/glsl_parser.cpp                        \
        src/glsl/glsl_parser.h                          \
        src/glsl/glsl_lexer.cpp                         \