From fb6f0fd115fec4a7c3490d0a3091b81af5ba6378 Mon Sep 17 00:00:00 2001 From: Nakidai Date: Thu, 19 Feb 2026 00:00:52 +0300 Subject: Declare *{FLAGS,LIBS} once Well, since this is actually one big Makefile concatenated of smaller ones, all the *CFLAGS are global and therefore should be set once --- src/ipaddr/Makefile | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/ipaddr') diff --git a/src/ipaddr/Makefile b/src/ipaddr/Makefile index 67400636..e40388bb 100644 --- a/src/ipaddr/Makefile +++ b/src/ipaddr/Makefile @@ -1,7 +1,3 @@ -CFLAGS += -DDOCDIR='"/usr/local/share/doc/ngircd"' -CFLAGS += -DHAVE_CONFIG_H -CFLAGS += -Isrc -Isrc/portab -Isrc/ipaddr -Isrc/tool - OBJS.ipaddr += src/ipaddr/ng_ipaddr.o src/ipaddr/libngipaddr.a: ${OBJS.ipaddr} -- cgit 1.4.1