diff options
| author | Nakidai <nakidai@disroot.org> | 2026-02-19 00:00:52 +0300 |
|---|---|---|
| committer | Nakidai <nakidai@disroot.org> | 2026-02-19 00:07:40 +0300 |
| commit | fb6f0fd115fec4a7c3490d0a3091b81af5ba6378 (patch) | |
| tree | 532a16cc552d636810f05935caba99c87efdf075 /src/portab/Makefile | |
| parent | cf618cc741269fa1917840345bb3fae133007b6d (diff) | |
| download | ngircd-fb6f0fd115fec4a7c3490d0a3091b81af5ba6378.tar.gz ngircd-fb6f0fd115fec4a7c3490d0a3091b81af5ba6378.zip | |
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
Diffstat (limited to 'src/portab/Makefile')
| -rw-r--r-- | src/portab/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/portab/Makefile b/src/portab/Makefile index ee81e677..a184ead2 100644 --- a/src/portab/Makefile +++ b/src/portab/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.portab += src/portab/ansi2knr.o OBJS.portab += src/portab/portabtest.o OBJS.portab += src/portab/strdup.o |