]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Small bug fix.
authorBruno Haible <bruno@clisp.org>
Wed, 27 Aug 2003 19:50:39 +0000 (19:50 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:10:55 +0000 (12:10 +0200)
gettext-runtime/intl/ChangeLog
gettext-runtime/intl/Makefile.in

index bd186bc83166f75f8029f16c9bf3397586ec0602..3a8f43e653bfff155b464b4e89a85d1313b2ca45 100644 (file)
@@ -1,3 +1,7 @@
+2003-08-27  Bruno Haible  <bruno@clisp.org>
+
+       * Makefile.in (install-exec): Fix the 2003-04-06 patch.
+
 2003-08-24  Bruno Haible  <bruno@clisp.org>
 
        * vasnprintf.c (local_wcslen): Protect against multiple definition.
index 7e9e5e330382ac6162feeeceaf8e7197a6584016..172d61ba132300abc8866312d5152df21047d2d9 100644 (file)
@@ -262,7 +262,7 @@ install-exec: all
            $(INSTALL_DATA) libintl.$la $(DESTDIR)$(libdir)/libintl.$la; \
          if test "@RELOCATABLE@" = yes; then \
            dependencies=`sed -n -e 's,^dependency_libs=\(.*\),\1,p' < $(DESTDIR)$(libdir)/libintl.la | sed -e "s,^',," -e "s,'\$$,,"`; \
-           if test -n "$dependencies"; then \
+           if test -n "$$dependencies"; then \
              rm -f $(DESTDIR)$(libdir)/libintl.la; \
            fi; \
          fi; \