]> sourceware.org Git - automake.git/commitdiff
* depend2.am: Fix the `if' condition for Libtool.
authorAkim Demaille <akim@epita.fr>
Wed, 11 Apr 2001 17:29:05 +0000 (17:29 +0000)
committerAkim Demaille <akim@epita.fr>
Wed, 11 Apr 2001 17:29:05 +0000 (17:29 +0000)
Reported by Robert Boehne.

ChangeLog
depend2.am
lib/am/depend2.am

index 5791218b4303d83b72a9ff92f4cdacbbbed85fdf..c2b96326722715efc49f58acdace80d193bcd9dc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2001-04-11  Akim Demaille  <akim@epita.fr>
+
+       * depend2.am: Fix the `if' condition for Libtool.
+       Reported by Robert Boehne.
+
 2001-04-10  Robert Collins  <robert.collins@itdomain.com.au>
 
        * tests/subobj5.test: New file.
index 421e225bfc7e596f387b6563e6c5f41424e06710..4d412a961ecc7095d0ae5b2f28eb1c318a81298b 100644 (file)
@@ -37,7 +37,7 @@ if %AMDEP%
 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 @@ if  %AMDEP%
        $(%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%
index 421e225bfc7e596f387b6563e6c5f41424e06710..4d412a961ecc7095d0ae5b2f28eb1c318a81298b 100644 (file)
@@ -37,7 +37,7 @@ if %AMDEP%
 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 @@ if  %AMDEP%
        $(%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%
This page took 0.037142 seconds and 5 git commands to generate.