* automake.in (require_build_directory): New function, extracted
authorAlexandre Duret-Lutz <adl@gnu.org>
Thu, 19 Jul 2001 07:49:13 +0000 (07:49 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Thu, 19 Jul 2001 07:49:13 +0000 (07:49 +0000)
commit88ba6d7a137203664da031c6dd48921819c9a53f
treea0abb8033cc537f510e999af8687daf4a5bd3862
parent5dc571b4956d97fc5600e26702390ef42c55f58a
* automake.in (require_build_directory): New function, extracted
from ...
(handle_single_transform_list): ... here.
(require_build_directory_maybe): New function.
(handle_prograns, handle_libraries, handle_ltlibraries): Call
require_build_directory_maybe() to ensure the subdirectory
in which a target may lie will exist when the target is created.
(handle_libraries, handle_ltlibraries): Use basename before
checking library name.
* lib/am/library.am (%LIBRARY%): Depend on %DIRSTAMP%.
* lib/am/ltlibrary.am (%LTLIBRARY%): Likewise.
* lib/am/program.am (%PROGRAM%): Likewise.
ChangeLog
automake.in
lib/am/library.am
lib/am/ltlibrary.am
lib/am/program.am