corrected

This commit is contained in:
ceriel 1988-04-26 10:49:07 +00:00
parent 2bbecf2416
commit e925036f8d

View file

@ -22,9 +22,9 @@ install: install_files
install_files: install_files:
for i in $(FILES) ;\ for i in $(FILES) ;\
do\ do\
rm -f $$$(LIB)/$(MIDDLE)/$$i ;\ rm -f $(LIB)/$(MIDDLE)/$$i ;\
$(RUNSCRIPT) $$i >$$$(LIB)/$(MIDDLE)/$$i ;\ $(RUNSCRIPT) $$i >$(LIB)/$(MIDDLE)/$$i ;\
chmod -w $$$(LIB)/$(MIDDLE)/$$i ;\ chmod -w $(LIB)/$(MIDDLE)/$$i ;\
done done
clean: clean: