From: kloczek Date: Sun, 28 Jul 2002 17:41:43 +0000 (+0000) Subject: - outdated. X-Git-Tag: automake-1_6_2-3~1 X-Git-Url: http://git.pld-linux.org/gitweb.cgi?a=commitdiff_plain;h=616b1b4689c49a2966720460b3fbd71a28cfcacc;p=packages%2Fautomake.git - outdated. Changed files: automake-abi.patch -> 1.2 --- diff --git a/automake-abi.patch b/automake-abi.patch deleted file mode 100644 index cfb1e6a..0000000 --- a/automake-abi.patch +++ /dev/null @@ -1,26 +0,0 @@ ---- ./m4/depout.m4.org Mon May 14 02:01:09 2001 -+++ ./m4/depout.m4 Mon Apr 22 18:37:18 2002 -@@ -12,8 +12,8 @@ - test x"$AMDEP_TRUE" != x"" || - for mf in $CONFIG_FILES; do - case "$mf" in -- Makefile) dirpart=.;; -- */Makefile) dirpart=`echo "$mf" | sed -e 's|/[^/]*$||'`;; -+ Makefile|GNUmakefile) dirpart=.;; -+ */Makefile|*/GNUmakefile) dirpart=`echo "$mf" | sed -e 's|/[^/]*$||'`;; - *) continue;; - esac - grep '^DEP_FILES *= *[^ #]' < "$mf" > /dev/null || continue ---- ./automake.in.org Thu Aug 23 07:26:53 2001 -+++ ./automake.in Mon Apr 22 18:36:10 2002 -@@ -1940,7 +1940,9 @@ - } - - # Let the language do some special magic if required. -- $lang->target_hook ($aggregate, $object, $full); -+ if (defined $lang) { -+ $lang->target_hook ($aggregate, $object, $full); -+ } - - if ($derived_source) - {