Ethereal-dev: Re: [Ethereal-dev] It works!

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <gharris@xxxxxxxxx>
Date: Fri, 2 Nov 2001 02:41:15 -0800
On Thu, Nov 01, 2001 at 02:10:13PM -0800, Guy Harris wrote:
> (Perhaps we should add a "distclean" entry to the "Makefile.nmake"
> files, so that
> 
> 	nmake -f makefile.nmake distclean
> 
> does what
> 
> 	make distclean
> 
> does on UNIX, namely get rid of all files that didn't come as part of
> the source disribution, including the "config.h" files.)

Actually, "nmake -f makefile.nmake clean" should get rid of the
"config.h" files on Windows.

However, "make clean" won't get rid of them on UNIX; you have to do
"make distclean".