summaryrefslogtreecommitdiff
path: root/tests/fo.test
diff options
context:
space:
mode:
authorAkim Demaille <akim@epita.fr>2001-03-05 15:03:00 +0000
committerAkim Demaille <akim@epita.fr>2001-03-05 15:03:00 +0000
commit65e17bced0173dae2d527499644279cd3345d393 (patch)
tree98e2af5273723e79000ea6054c1c87914e8e22dd /tests/fo.test
parent44d822147c23da70ec1864def7ca82a4d8447992 (diff)
downloadautomake-65e17bced0173dae2d527499644279cd3345d393.tar.gz
If OBJEXT and EXEEXT are not set, provide a default value, and use
them unconditionally. * automake.in (&generate_makefile): Provide default values for EXEEXT and OBJEXT. (&get_object_extension, &finish_languages) (&handle_single_transform_list, &handle_programs, &add_depend2) (&check_cygnus, &lang_c_finish, am_install_var): Don't bother with them, they are defined. * compile.am, depend2.am, program.am, progs.am: Likewise. * remake-hdr.am: Fix a typo. * tests/cxxo.test, tests/fo.test, tests/implicit.test, * tests/interp.test, tests/subobj.test, tests/subobj2.test, * tests/suffix2.test: Adjust.
Diffstat (limited to 'tests/fo.test')
-rwxr-xr-xtests/fo.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fo.test b/tests/fo.test
index 8571b2d81..2b4b425ff 100755
--- a/tests/fo.test
+++ b/tests/fo.test
@@ -18,4 +18,4 @@ END
$AUTOMAKE || exit 1
-fgrep doe.o Makefile.in
+fgrep 'doe.$(OBJEXT)' Makefile.in