Mac fixes

This commit is contained in:
Russ Cox
2005-11-04 15:47:45 +00:00
parent ab73f2bbf5
commit e10503f019
17 changed files with 19 additions and 2 deletions

View File

@ -38,6 +38,7 @@ OFILES=\
waserror.$O\
$(OS).$O
default: $(LIB)
$(LIB): $(OFILES)
$(AR) r $(LIB) $(OFILES)
$(RANLIB) $(LIB)