From: Francois-Xavier Le Bail Date: Tue, 10 Jan 2023 12:14:21 +0000 (+0100) Subject: Makefile.in: Get rid of a remain of gnuc.h X-Git-Tag: tcpdump-4.99.3~1 X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/6a74ecc67d6477c89f5b4a452ceb64c244f8cfe8 Makefile.in: Get rid of a remain of gnuc.h gnuc.h was removed in commit fcf0144ed224f770c906866a42a9ffa1d707c429. (cherry picked from commit 258df5c65f019375dedc68909412fd9a2689f923) [skip ci] --- diff --git a/CHANGES b/CHANGES index 6ea5fdb4..6dfccad4 100644 --- a/CHANGES +++ b/CHANGES @@ -14,6 +14,7 @@ TBD Makefile.in: Add the whitespacecheck target. Cirrus CI: Run the "make whitespacecheck" command in the Linux task. Address all shellcheck warnings in update-test.sh. + Makefile.in: Get rid of a remain of gnuc.h. Documentation: Reformat the installation notes (INSTALL.txt) in Markdown. Convert CONTRIBUTING to Markdown. diff --git a/Makefile.in b/Makefile.in index 13dc9b25..ad513ec7 100644 --- a/Makefile.in +++ b/Makefile.in @@ -445,7 +445,7 @@ clean: distclean: rm -f $(CLEANFILES) Makefile config.cache config.log config.status \ - config.h gnuc.h os-proto.h stamp-h stamp-h.in $(PROG).1 \ + config.h os-proto.h stamp-h stamp-h.in $(PROG).1 \ libnetdissect.a tests/.failed tests/.passed \ tests/failure-outputs.txt rm -rf autom4te.cache tests/DIFF tests/NEW