summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-05-06 07:38:07 (EDT)
committer P. J. McDermott <pjm@nac.net>2013-05-06 07:38:07 (EDT)
commit97c17ec64745b6553e332e2d4582481fccd855dd (patch)
treeebbc0ff6693965bce4171ca7a037ec47fd9e4a64
parentc272fb8c3082e5ec58345066cf65e4d7126aa386 (diff)
Makefile.in: Fix some errors.
-rw-r--r--Makefile.in4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in
index 7b5124a..fc0984d 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -66,8 +66,6 @@ distfiles = \
$(locale_distfiles)
all: all-exec all-data
- @printf 'Making locales...\n'
- @cd locale && $(MAKE) $(MACROS) all
all-exec: all-bin all-pkglib
all-bin: $(bin)
all-pkglib: $(pkglib)
@@ -159,7 +157,7 @@ uninstall-pkglib:
done
uninstall-data: uninstall-man1 uninstall-locale
uninstall-man1:
- @for f in $(locale); do \
+ @for f in $(man1); do \
printf ' RM %s\n' "$${f}"; \
ff="$$(printf '%s' "$${f}" | sed 's|^[^/]*/||')"; \
rm -f "$(DESTDIR)/$(man1dir)/$${ff}"; \