summaryrefslogtreecommitdiffstats
path: root/lib/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Makefile.in')
-rw-r--r--lib/Makefile.in2
1 files changed, 1 insertions, 1 deletions
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):