]> sourceware.org Git - automake.git/commit
At every place where an "$extension" is used, include the leading
authorAlexandre Duret-Lutz <adl@gnu.org>
Fri, 16 Nov 2001 10:25:57 +0000 (10:25 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Fri, 16 Nov 2001 10:25:57 +0000 (10:25 +0000)
commit0474be940c1d2ab196672b7f64fa61d52f241a84
treec320db298b2fef844dcd754b722a23d5ae5e1e46
parent8e79ee446a8376051c69c8ec944b0079cfdec96b
At every place where an "$extension" is used, include the leading
dot in the extension, don't hardcode it when building the filename.
That will make any support for a dot-less extension easier to add.

* automake.in (SUFFIX_RULE_PATTERN): Include extension dots in
backref groups.
("main"): Prepend a '.' to the supported extensions of all
languages (e.g. 'c' becomes '.c').
(handle_languages, handle_single_transform_list,
handle_lib_objects_cond, handle_headers, derive_suffix,
rule_define): Do not add a dot
before extensions, and include dots in matching groups.
* lib/am/depend2.am (.%EXT%.o, .%EXT%.obj, .%EXT%.lo): Rename as ...
(%EXT%.o, %EXT%.obj, %EXT%.lo): ... these.
* lib/am/lex.am (.%EXT%.%DERIVED-EXT%): Rename as ...
(%EXT%%DERIVED-EXT%): ... this.
* lib/am/yacc.am: Likewise.
ChangeLog
automake.in
lib/am/depend2.am
lib/am/lex.am
lib/am/yacc.am
This page took 0.030423 seconds and 5 git commands to generate.