From 1a080c1eb510528357df1ab78bef93a20e858906 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Thu, 02 Aug 2012 22:50:00 -0400 Subject: Fix case of libdir makefile macro. --- diff --git a/lib/Makefile.in b/lib/Makefile.in index d790456..0847536 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -70,7 +70,7 @@ install: all uninstall: @for obj in $(OBJS); do \ printf ' RM %s\n' "$${obj}"; \ - rm -f "$(DESTDIR)/$(LIBDIR)/opkhelper/$${obj}"; \ + rm -f "$(DESTDIR)/$(libdir)/opkhelper/$${obj}"; \ done $(distdir): -- cgit v0.9.1