From 4b0298101a4f1c972789d15610c59f58c8ce27e1 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Sun, 11 Jun 2006 14:31:45 +0200 Subject: [PATCH] Removed unecessary strip --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2c8977b..f674646 100644 --- a/Makefile +++ b/Makefile @@ -40,7 +40,7 @@ install-link: install-script $(LN) $(destination) $(path_destination) install-script: - $(INSTALL) -D -m 0755 -s $(CCOLLECT) $(destination) + $(INSTALL) -D -m 0755 $(CCOLLECT) $(destination) %.html: %.text