From: ceriel Date: Tue, 26 Apr 1988 10:49:07 +0000 (+0000) Subject: corrected X-Git-Tag: release-5-5~3327 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=e925036f8df72db16bd8df68e7ffc4555f986ef7;p=ack.git corrected --- diff --git a/mkun/Makefile b/mkun/Makefile index 066ac4139..95341819d 100644 --- a/mkun/Makefile +++ b/mkun/Makefile @@ -22,9 +22,9 @@ install: install_files install_files: for i in $(FILES) ;\ do\ - rm -f $$$(LIB)/$(MIDDLE)/$$i ;\ - $(RUNSCRIPT) $$i >$$$(LIB)/$(MIDDLE)/$$i ;\ - chmod -w $$$(LIB)/$(MIDDLE)/$$i ;\ + rm -f $(LIB)/$(MIDDLE)/$$i ;\ + $(RUNSCRIPT) $$i >$(LIB)/$(MIDDLE)/$$i ;\ + chmod -w $(LIB)/$(MIDDLE)/$$i ;\ done clean: