From 51d58a6a7c6daf1b453b3cd52b4d87e83d563848 Mon Sep 17 00:00:00 2001 From: axel Date: Fri, 11 Aug 2006 04:52:44 +1000 Subject: [PATCH] Added missing line continuation. Thanks to Netocrat. darcs-hash:20060810185244-ac50b-944f18d3bed557061e0625b805e51a6a743835ae.gz --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 233ea1313..c395b8e9d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -453,7 +453,7 @@ uninstall: uninstall-translations if test -d $(DESTDIR)$(docdir); then \ rm -r $(DESTDIR)$(docdir);\ fi - for i in $(MANUALS); do + for i in $(MANUALS); do \ rm -f $(DESTDIR)$(mandir)/man1/`basename $$i`*; \ done; .PHONY: uninstall