+2000-07-13 Kevin Ryde <user42@zip.com.au>
+
+ * automake.in (am_install_var): Apply the $(EXEEXT) hack to
+ EXTRA_PROGRAMS as well as other _PROGRAMS.
+
2000-07-02 Jim Meyering <meyering@lucent.com>
* automake.in (scan_one_configure_file): Recognize AC_LIBOBJ.
push (@result, $rcurs);
}
- # "EXTRA" shouldn't be used when generating clean targets,
- # all, or install targets.
- if ($X eq 'EXTRA')
- {
- # We used to warn if EXTRA_FOO was defined uselessly,
- # but this was annoying.
- next;
- }
-
# A blatant hack: we rewrite each _PROGRAMS primary to
# include EXEEXT when in Cygwin32 mode.
if ($seen_exeext && $primary eq 'PROGRAMS')
}
}
+ # "EXTRA" shouldn't be used when generating clean targets,
+ # all, or install targets.
+ if ($X eq 'EXTRA')
+ {
+ # We used to warn if EXTRA_FOO was defined uselessly,
+ # but this was annoying.
+ next;
+ }
+
if ($do_clean)
{
$output_rules .=