summaryrefslogtreecommitdiff
path: root/bin/automake.in
diff options
context:
space:
mode:
Diffstat (limited to 'bin/automake.in')
-rwxr-xr-xbin/automake.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/automake.in b/bin/automake.in
index 6c79d1422..c0cfd1e6f 100755
--- a/bin/automake.in
+++ b/bin/automake.in
@@ -1787,7 +1787,7 @@ sub handle_compile ()
'DISTRMS' => join ("\n", @dist_rms)
);
- my @paragraphs = make_paragraphs ($filename, %transform);
+ my @paragraphs = make_paragraphs (preprocess_file ($filename, %transform));
my ($coms, $vars, $rules) =
file_contents_internal (1, $filename, new Automake::Location,
\@paragraphs, %transform);