]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Really remove charset.alias when its reference count drops to 0.
authorBruno Haible <bruno@clisp.org>
Fri, 28 Jul 2000 17:53:01 +0000 (17:53 +0000)
committerBruno Haible <bruno@clisp.org>
Fri, 28 Jul 2000 17:53:01 +0000 (17:53 +0000)
intl/ChangeLog
intl/Makefile.in

index 15be3d6b20180578daedf6e1a5644cc210b49e70..ed1f439c51a6f82a8fc829c9c215a738599667a9 100644 (file)
@@ -1,6 +1,7 @@
 2000-07-28  Bruno Haible  <haible@clisp.cons.org>
 
        * Makefile.in (uninstall): Synchronize with the install target.
+       Really remove charset.alias when its reference count drops to 0.
 
 2000-07-28  Bruno Haible  <haible@clisp.cons.org>
 
index b76a8808f53f3f14d28a9505632f30c7eb2745bb..5a770778e5d6fa25999fd0a04df7241e1c43e831 100644 (file)
@@ -184,7 +184,7 @@ uninstall:
          dest=$(DESTDIR)$(libdir)/charset.alias; \
          sed -f ref-del.sed $$dest > $$temp; \
          if grep '^# Packages using this file: $$' $$temp > /dev/null; then \
-           rm -f $$temp; \
+           rm -f $$dest; \
          else \
            $(INSTALL_DATA) $$temp $$dest; \
          fi; \