Index: ChangeLog
from Akim Demaille <[EMAIL PROTECTED]>
* depend2.am: Fix the `if' condition for Libtool.
Reported by Robert Boehne.
Index: depend2.am
===================================================================
RCS file: /cvs/automake/automake/depend2.am,v
retrieving revision 1.34
diff -u -u -r1.34 depend2.am
--- depend2.am 2001/04/09 14:50:47 1.34
+++ depend2.am 2001/04/11 17:28:17
@@ -37,7 +37,7 @@
endif %AMDEP%
%COMPILE% -c -o %OBJ% `test -f %SOURCE% || echo '$(srcdir)/'`%SOURCE%
-if %?LIBTOOL?%
+if %?LIBTOOL%
?GENERIC?%EXT%.lo:
?!GENERIC?%LTOBJ%: %SOURCE%
if %AMDEP%
@@ -46,7 +46,7 @@
$(%FPFX%DEPMODE) $(depcomp) @AMDEPBACKSLASH@
endif %AMDEP%
%LTCOMPILE% -c -o %LTOBJ% `test -f %SOURCE% || echo '$(srcdir)/'`%SOURCE%
-endif %?LIBTOOL?%
+endif %?LIBTOOL%
?GENERIC?%EXT%.obj:
?!GENERIC?%OBJOBJ%: %SOURCE%