document changes, and add dependency on iopause.h to t.c

This commit is contained in:
leitner 2002-09-16 01:12:52 +00:00
parent f921b8cbb0
commit a31d25af17
2 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,7 @@
0.14:
avoid bus errors in byte_copy
byte_rchr was completely broken
add case, iopause, tai, taia, openreadclose and ipv6-enhanced dns
0.13:
fixed several bugs in test/uudecode.c

View File

@ -80,6 +80,8 @@ $(TAIA_OBJS) $(TAI_OBJS) $(CASE_OBJS)
ar cr $@ $^
-ranlib $@
t.o: iopause.h
t: t.o libowfat.a
$(DIET) $(CC) -g -o $@ $^