libtool-patches
[Top][All Lists]
Advanced

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

FYI: fixup rebuild quoting error


From: Ralf Wildenhues
Subject: FYI: fixup rebuild quoting error
Date: Thu, 29 Mar 2007 20:08:38 +0200
User-agent: Mutt/1.5.13 (2006-08-11)

The recent makefile fixes in HEAD introduced a tiny quoting error,
that caused bogus `permission denied' error output, when the rule
triggered.  Fixed as obvious.

Cheers,
Ralf

2007-03-29  Ralf Wildenhues  <address@hidden>

        * Makefile.am ($(srcdir)/$(m4dir)/ltversion.m4): Fix quoting
        error.

Index: Makefile.am
===================================================================
RCS file: /cvsroot/libtool/libtool/Makefile.am,v
retrieving revision 1.215
diff -u -r1.215 Makefile.am
--- Makefile.am 26 Mar 2007 20:18:43 -0000      1.215
+++ Makefile.am 29 Mar 2007 18:06:13 -0000
@@ -178,7 +178,7 @@
          input="ltversion.in"; \
          echo $(edit) -e "s,@MACRO_REVISION\@,$$correctver,g" \
            -e "s,@MACRO_SERIAL\@,$$serial,g" \
-           $(srcdir)/$(m4dir)/ltversion.in > $(srcdir)/$(m4dir)/ltversion.m4; \
+           $(srcdir)/$(m4dir)/ltversion.in \> $(srcdir)/$(m4dir)/ltversion.m4; 
\
          $(edit) -e "s,@MACRO_REVISION\@,$$correctver,g" \
                  -e "s,@MACRO_SERIAL\@,$$serial,g" \
                  $(m4dir)/ltversion.in > $(m4dir)/ltversion.tmp; \




reply via email to

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