]> The Tcpdump Group git mirrors - tcpdump/commit
Makefile.in: don't remove configure and config.h.in in make distclean. 1034/head
authorGuy Harris <[email protected]>
Sun, 5 Feb 2023 21:23:57 +0000 (13:23 -0800)
committerGuy Harris <[email protected]>
Sun, 5 Feb 2023 22:33:41 +0000 (14:33 -0800)
commit75d18375e7351d8295181d2bf1e2dce57b1498b2
treed4f9c53febebccb288d5814e712c78190a4dcde6
parent9904bbbd9ed020931d55ce6a4aed8a1dfc3d3841
Makefile.in: don't remove configure and config.h.in in make distclean.

In the GNU makefile standards, "make distclean" removes everything
that's not part of the source distribution; this does *not* include the
configure script or the config.h.in file, as those are in the release
tarball, so that building from a source tarball doesn't require having
autoconf.  This allows somebody building from the source tarball to do a
"make distclean" and then reconfigure.

Do, however, remove any release tarball in make distclean, by having
distclean depend on clean.
Makefile.in