summaryrefslogtreecommitdiffstats
path: root/man/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'man/Makefile.in')
-rw-r--r--man/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/Makefile.in b/man/Makefile.in
index 4da185d..832ff0f 100644
--- a/man/Makefile.in
+++ b/man/Makefile.in
@@ -53,7 +53,7 @@ install: all
.PHONY: uninstall
uninstall:
- @for obj in $(OBJ); do \
+ @for obj in $(OBJS); do \
printf ' RM %s\n' "$${obj}"; \
section=$$(echo "$${obj}" | sed 's/^.*[.]\([0-9]\)$$/\1/'); \
rm -f "$(DESTDIR)/$(MANDIR)/man$${section}/$${obj}"; \