From 8e67f3563e5cbb91dce28d7e8e5a4398433e0fb6 Mon Sep 17 00:00:00 2001 From: hjp Date: Tue, 24 Feb 2004 19:56:24 +0000 Subject: [PATCH] Removed unneeded -lant. --- ftcp/GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ftcp/GNUmakefile b/ftcp/GNUmakefile index c2bd830..4947447 100644 --- a/ftcp/GNUmakefile +++ b/ftcp/GNUmakefile @@ -2,7 +2,7 @@ include GNUmakevars include GNUmakerules ftcp: ftcp.o - $(CC) $^ -lant -o $@ + $(CC) $^ -o $@ clean: rm -f *.o ftcp core foo bar