Ethereal-dev: Re: [Ethereal-dev] cvsversion.h isn't generated in MSVCMakefile. nmake

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

From: didier <dgautheron@xxxxxxxx>
Date: Mon, 19 Jan 2004 22:39:08 +0000
Brady Volpe wrote:
I think that you are correct, the Makefile.nmake has the following entry:

---
# Build the version string
#
cvsversion.h:
	$(PERL) make-version.pl
---
Can you replace it with
$(PERL) $(srcdir)/make-version.pl

thanks

Didier