corrected

This commit is contained in:
ceriel 1988-04-26 10:49:07 +00:00
parent 10d522e388
commit 944eba8d0f

View 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: