From: Paul Eggert Date: Mon, 29 Jun 2020 22:18:20 +0000 (-0700) Subject: automake: remove stray up_to_date_p X-Git-Tag: v1.16.3~42 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=19fe70ea3653c21b854e3efde1803f5ab274edfe;p=thirdparty%2Fautomake.git automake: remove stray up_to_date_p * lib/Automake/FileUtils.pm (up_to_date_p): Don’t export up_to_date_p, which was removed in 2020-05-11T00:40:14Z!karl@freefriends.org. --- diff --git a/lib/Automake/FileUtils.pm b/lib/Automake/FileUtils.pm index c004f22e0..40e236d4d 100644 --- a/lib/Automake/FileUtils.pm +++ b/lib/Automake/FileUtils.pm @@ -47,7 +47,7 @@ use vars qw (@ISA @EXPORT); @ISA = qw (Exporter); @EXPORT = qw (&contents &find_file &mtime - &update_file &up_to_date_p + &update_file &xsystem &xsystem_hint &xqx &dir_has_case_matching_file &reset_dir_cache &set_dir_cache_file);