Browse Source

corrected

ceriel 36 years ago
parent
commit
e925036f8d
1 changed files with 3 additions and 3 deletions
  1. 3 3
      mkun/Makefile

+ 3 - 3
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: