source:
scripts/untested/autotools/patches/automake-1.5-target_hook.patch@
f118837
Last change on this file since f118837 was d1afb9e, checked in by , 19 years ago | |
---|---|
|
|
File size: 1.0 KB |
-
automake.in
diff -uNr automake-1.5-orig/automake.in automake-1.5/automake.in
old new 1940 1940 } 1941 1941 1942 1942 # Let the language do some special magic if required. 1943 $lang->target_hook ($aggregate, $object, $full); 1943 if (defined $lang) { 1944 $lang->target_hook ($aggregate, $object, $full); 1945 } 1944 1946 1945 1947 if ($derived_source) 1946 1948 { -
m4/depout.m4
diff -uNr automake-1.5-orig/m4/depout.m4 automake-1.5/m4/depout.m4
old new 12 12 test x"$AMDEP_TRUE" != x"" || 13 13 for mf in $CONFIG_FILES; do 14 14 case "$mf" in 15 Makefile ) dirpart=.;;16 */Makefile ) dirpart=`echo "$mf" | sed -e 's|/[^/]*$||'`;;15 Makefile|GNUmakefile) dirpart=.;; 16 */Makefile|*/GNUmakefile) dirpart=`echo "$mf" | sed -e 's|/[^/]*$||'`;; 17 17 *) continue;; 18 18 esac 19 19 grep '^DEP_FILES *= *[^ #]' < "$mf" > /dev/null || continue
Note:
See TracBrowser
for help on using the repository browser.