summaryrefslogtreecommitdiff
path: root/automake.in
diff options
context:
space:
mode:
Diffstat (limited to 'automake.in')
-rwxr-xr-xautomake.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/automake.in b/automake.in
index ecb87e09e..cf45f2720 100755
--- a/automake.in
+++ b/automake.in
@@ -2318,7 +2318,7 @@ sub handle_compile ()
# instead. It will be replaced by '-I.' or '-I. -I$(srcdir)'.
# Items in CONFIG_HEADER are never in $(srcdir) so it is safe
# to just append @am__isrc@.
- $default_includes = ' ' . uniq (@incs) . '@am__isrc@';
+ $default_includes = ' ' . uniq (@incs) . subst ('am__isrc');
}
my (@mostly_rms, @dist_rms);