From a31d25af1765cc60a7b58b821ec88be7335b8b24 Mon Sep 17 00:00:00 2001 From: leitner Date: Mon, 16 Sep 2002 01:12:52 +0000 Subject: [PATCH] document changes, and add dependency on iopause.h to t.c --- CHANGES | 2 ++ Makefile | 2 ++ 2 files changed, 4 insertions(+) diff --git a/CHANGES b/CHANGES index 54e7f6a..9a4ed98 100644 --- a/CHANGES +++ b/CHANGES @@ -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 diff --git a/Makefile b/Makefile index 4b375ee..b51d103 100644 --- a/Makefile +++ b/Makefile @@ -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 $@ $^