summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJean Delvare <jdelvare@suse.de>2007-06-27 09:33:05 +0000
committerJean Delvare <jdelvare@suse.de>2007-06-27 09:33:05 +0000
commitb0f6ecbf83b11c000e60f997a8c025e7cfec4159 (patch)
tree0f5978e7af0ea5c74d77c49303555bb9656997b5 /Makefile
parent1ac486e58e2472d74a724b681d1334dee2020818 (diff)
downloaddmidecode-git-b0f6ecbf83b11c000e60f997a8c025e7cfec4159.tar.gz
Fix the uninstall-man target.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 98d3d77..d441bc0 100644
--- a/Makefile
+++ b/Makefile
@@ -115,7 +115,7 @@ install-man :
uninstall-man :
for program in $(PROGRAMS) ; do \
- $(RM) $(DESTDIR)$(man8dir)/$$program.8
+ $(RM) $(DESTDIR)$(man8dir)/$$program.8 ; done
install-doc :
$(INSTALL_DIR) $(DESTDIR)$(docdir)