소스 검색

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: