From d18386fb7402fbdc007ef897ad1a064e95cc153c Mon Sep 17 00:00:00 2001 From: Felix von Leitner Date: Thu, 22 Nov 2001 23:17:23 +0000 Subject: [PATCH] fix order of libraries for linking t --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5748847..00fbb72 100644 --- a/Makefile +++ b/Makefile @@ -50,7 +50,7 @@ $(BUFFER_OBJS) $(MMAP_OBJS) %.a: ar cr $@ $^ -t: t.o socket.a stralloc.a fmt.a scan.a uint.a mmap.a open.a buffer.a \ +t: t.o socket.a stralloc.a buffer.a scan.a uint.a mmap.a open.a fmt.a \ str.a byte.a $(DIET)$(CC) -g -o $@ $^