]> sourceware.org Git - automake.git/commit
If OBJEXT and EXEEXT are not set, provide a default value, and use
authorAkim Demaille <akim@epita.fr>
Mon, 5 Mar 2001 15:02:58 +0000 (15:02 +0000)
committerAkim Demaille <akim@epita.fr>
Mon, 5 Mar 2001 15:02:58 +0000 (15:02 +0000)
commit136aac044d8115d5b03ac3a4f94674511ddbabfd
tree665fc376b5c05fd43df26745562fb0d8ddf31355
parent27d3ec9fb4bb6ee9baa0d9bd452a72c0b0aa51d7
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.
17 files changed:
ChangeLog
automake.in
compile.am
depend2.am
lib/am/compile.am
lib/am/depend2.am
lib/am/program.am
lib/am/progs.am
program.am
progs.am
tests/cxxo.test
tests/fo.test
tests/implicit.test
tests/interp.test
tests/subobj.test
tests/subobj2.test
tests/suffix2.test
This page took 0.031853 seconds and 5 git commands to generate.