Rename X86-64_API -> X86_64_API
authorJon TURNEY <jon.turney@dronecode.org.uk>
Tue, 13 Mar 2012 19:31:19 +0000 (19:31 +0000)
committerJon TURNEY <jon.turney@dronecode.org.uk>
Fri, 13 Jul 2012 11:44:05 +0000 (12:44 +0100)
automake doesn't allow hyphens in variable names

Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
Reviewed-by: Eric Anholt <eric@anholt.net>
Tested-by: Matt Turner <mattst88@gmail.com>
configure.ac
src/mapi/glapi/sources.mak

index 22fe0ddf2ae58645e0e4cda8e7af29b690361ccc..a0fd13feb4b7350a8d79dac44b3ce8a470bad793 100644 (file)
@@ -509,7 +509,7 @@ if test "x$enable_asm" = xyes; then
     x86_64)
         DEFINES="$DEFINES -DUSE_X86_64_ASM"
         MESA_ASM_FILES='$(X86_64_FILES)'
-        GLAPI_ASM_SOURCES='$(X86-64_API)'
+        GLAPI_ASM_SOURCES='$(X86_64_API)'
         AC_MSG_RESULT([yes, x86_64])
         ;;
     sparc)
index dfc6cc6db2285ce3ec676d38d5f639ba76c6a07f..aa8a4d40a9a0b08905f8c45a2ce1e16ad8590c0b 100644 (file)
@@ -12,7 +12,7 @@ GLAPI_SOURCES = \
 X86_API =                      \
        glapi_x86.S
 
-X86-64_API =                   \
+X86_64_API =                   \
        glapi_x86-64.S
 
 SPARC_API =                    \