From e925036f8df72db16bd8df68e7ffc4555f986ef7 Mon Sep 17 00:00:00 2001 From: ceriel Date: Tue, 26 Apr 1988 10:49:07 +0000 Subject: [PATCH] corrected --- mkun/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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: -- 2.34.1