diff options
-rw-r--r-- | lib/Makefile.in | 2 |
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): |