From a431e3cfe3de5101eddb9ee7dcf8549f193f8714 Mon Sep 17 00:00:00 2001 From: Henning Geinitz Date: Mon, 4 Jun 2001 16:12:23 +0000 Subject: [PATCH] Fixed typo that prevented make from removing mustek600iin-off. Henning Meier-Geinitz --- tools/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/Makefile.in b/tools/Makefile.in index 34a9445ba..7e3a0b3f8 100644 --- a/tools/Makefile.in +++ b/tools/Makefile.in @@ -98,6 +98,6 @@ clean: rm -rf .libs distclean: clean - rm -f Makefile $(DESTINATIONS) mustek600IIn-off + rm -f Makefile $(DESTINATIONS) mustek600iin-off .PHONY: all install depend clean distclean uninstall