]> git.saurik.com Git - bison.git/blobdiff - tests/headers.at
maint: use *.texi.
[bison.git] / tests / headers.at
index a28f2e1bd72cb94ccb60d9fee917f6d4b6ab4ac1..549d62dc5cbc4017be608c9e0875a2f92cb6c5e3 100644 (file)
@@ -111,8 +111,8 @@ main (void)
 
 # Link and execute, just to make sure everything is fine (and in
 # particular, that MY_LLOC is indeed defined somewhere).
-AT_COMPILE([caller.o], [-c caller.c])
-AT_COMPILE([input.o], [-c input.c])
+AT_COMPILE([caller.o])
+AT_COMPILE([input.o])
 AT_COMPILE([caller], [caller.o input.o])
 AT_PARSER_CHECK([./caller])