diff options
| author | Alexander Barton <alex@barton.de> | 2024-02-10 00:00:19 +0100 |
|---|---|---|
| committer | Alexander Barton <alex@barton.de> | 2024-02-10 00:22:33 +0100 |
| commit | ea7f4e07b71cd27294bd7deb04d8ffe95b15e2ce (patch) | |
| tree | 83c2dc0a8ac4211d7ec0cba2d978edc99db66a57 /src/portab/Makefile.ng | |
| parent | f3961ec6ab32ffa1ea1ce3f716a904ed82c8fde4 (diff) | |
| download | ngircd-ea7f4e07b71cd27294bd7deb04d8ffe95b15e2ce.tar.gz ngircd-ea7f4e07b71cd27294bd7deb04d8ffe95b15e2ce.zip | |
Remove outdated, unsupported and broken support for splint(1)
Diffstat (limited to 'src/portab/Makefile.ng')
| -rw-r--r-- | src/portab/Makefile.ng | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/portab/Makefile.ng b/src/portab/Makefile.ng index 30b77fc3..9be5f567 100644 --- a/src/portab/Makefile.ng +++ b/src/portab/Makefile.ng @@ -1,6 +1,6 @@ # # ngIRCd -- The Next Generation IRC Daemon -# Copyright (c)2001-2014 Alexander Barton (alex@barton.de) and Contributors +# Copyright (c)2001-2024 Alexander Barton (alex@barton.de) and Contributors # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -31,7 +31,7 @@ portabtest_LDFLAGS = -L. portabtest_LDADD = -lngportab -noinst_HEADERS = portab.h splint.h +noinst_HEADERS = portab.h maintainer-clean-local: rm -f Makefile Makefile.in Makefile.am |