From 1d1fe70358b4483e270529113cd5c829b618f9e6 Mon Sep 17 00:00:00 2001 From: Anders Kaseorg Date: Wed, 12 Jun 2013 21:15:31 -0400 Subject: [PATCH] =?utf8?q?Makefile.am:=20Fix=20=E2=80=98make=20uninstall?= =?utf8?q?=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Anders Kaseorg --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile.am b/Makefile.am index b09f922..6d7ba8c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -10,3 +10,6 @@ libnss_nonlocal_la_LDFLAGS = \ install-exec-hook: rm -f $(DESTDIR)$(libdir)/libnss_nonlocal.so rm -f $(DESTDIR)$(libdir)/libnss_nonlocal.la + +uninstall-local: + rm -f $(DESTDIR)$(libdir)/libnss_nonlocal.so.* -- 2.45.0