automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

FYI: depend2


From: Akim Demaille
Subject: FYI: depend2
Date: 11 Apr 2001 19:30:24 +0200
User-agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Cuyahoga Valley)

Index: ChangeLog
from  Akim Demaille  <address@hidden>

        * 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%



reply via email to

[Prev in Thread] Current Thread [Next in Thread]