X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/eb83259dc179d5facd1478ffa3a5dada0296e071..9bcffa0c13d1abee13433f14cdb785cbb960425c:/tests/headers.at diff --git a/tests/headers.at b/tests/headers.at index a28f2e1b..549d62dc 100644 --- a/tests/headers.at +++ b/tests/headers.at @@ -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])