corrected
authorceriel <none@none>
Tue, 26 Apr 1988 10:49:07 +0000 (10:49 +0000)
committerceriel <none@none>
Tue, 26 Apr 1988 10:49:07 +0000 (10:49 +0000)
mkun/Makefile

index 066ac41..9534181 100644 (file)
@@ -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: