]> git.pld-linux.org Git - packages/automake.git/commitdiff
fix .c.lo rule DEVEL
authorArtur Frysiak <artur@frysiak.net>
Wed, 7 Aug 2002 14:28:32 +0000 (14:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    automake-c.lo.patch -> 1.1

automake-c.lo.patch [new file with mode: 0644]

diff --git a/automake-c.lo.patch b/automake-c.lo.patch
new file mode 100644 (file)
index 0000000..980ca8e
--- /dev/null
@@ -0,0 +1,11 @@
+--- automake-1.6b/lib/am/depend2.am.wiget      Wed Aug  7 16:07:22 2002
++++ automake-1.6b/lib/am/depend2.am    Wed Aug  7 16:07:58 2002
+@@ -82,7 +82,7 @@
+ if %FASTDEP%
+ ## In fast-dep mode, we can always use -o.
+       if %LTCOMPILE% -MT %LTOBJ% -MD -MP -MF "%DEPBASE%.Tpo" \
+-        %-c% -o %LTOBJ% `test -f '%SOURCE%' || echo '$(srcdir)/'`%SOURCE% \
++        %-c% -o %LTOBJ% `test -f '%SOURCE%' || echo '$(srcdir)/'`%SOURCE%; \
+       then mv "%DEPBASE%.Tpo" "%DEPBASE%.Po"; \
+       else rm -f "%DEPBASE%.Tpo"; exit 1; \
+       fi
This page took 0.097409 seconds and 4 git commands to generate.