automake-patches
[Top][All Lists]
Advanced

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

Re: Option ansi2knr mishandles sources in different directories


From: Alexandre Duret-Lutz
Subject: Re: Option ansi2knr mishandles sources in different directories
Date: Thu, 21 Nov 2002 12:52:32 +0100
User-agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/20.7 (i386-debian-linux-gnu)

| -                           . '| $(ANSI2KNR) > ' . $base . "_.c"
| +                           . '| $(ANSI2KNR) > $@'
|                               # If ansi2knr fails then we shouldn't
|                               # create the _.c file
| -                           . " || rm -f ${base}_.c\n");
| +                           . " || rm -f ${root}_.c\n");

Missed this one.

2002-11-21  Alexandre Duret-Lutz  <address@hidden>

        * automake.in (lang_c_finish): Use $@ in the .c -> _.c rule.

Index: automake.in
===================================================================
RCS file: /cvs/automake/automake/automake.in,v
retrieving revision 1.1365.2.10
diff -u -r1.1365.2.10 automake.in
--- automake.in 20 Nov 2002 23:29:16 -0000      1.1365.2.10
+++ automake.in 21 Nov 2002 11:47:12 -0000
@@ -5551,7 +5551,7 @@
                              . '| $(ANSI2KNR) > $@'
                              # If ansi2knr fails then we shouldn't
                              # create the _.c file
-                             . " || rm -f ${root}_.c\n");
+                             . " || rm -f address@hidden");
            push (@objects, $base . '_.$(OBJEXT)');
            push (@objects, $base . '_.lo')
              if variable_defined ('LIBTOOL');

-- 
Alexandre Duret-Lutz





reply via email to

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