From c2053cfe71f0cf6db9c522ab75d082a1c9f7525c Mon Sep 17 00:00:00 2001 From: peter Date: Thu, 30 Oct 2003 22:53:56 +0000 Subject: Replace -fno-builtin-logf with a -D argument to change the function name. --- usr.bin/chat/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.bin') diff --git a/usr.bin/chat/Makefile b/usr.bin/chat/Makefile index f778961..ecb5c82 100644 --- a/usr.bin/chat/Makefile +++ b/usr.bin/chat/Makefile @@ -5,6 +5,6 @@ PROG= chat MAN= chat.8 -CFLAGS+=-fno-builtin-logf +CFLAGS+=-Dlogf=logit .include -- cgit v1.1