+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.
$(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; \