浏览代码

corrected

ceriel 36 年之前
父节点
当前提交
944eba8d0f
共有 1 个文件被更改,包括 3 次插入3 次删除
  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: