From 70539ced27ef664e20c23e910797e5a99537aa4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Mayer?= Date: Tue, 10 Feb 2004 00:50:04 +0000 Subject: [PATCH] Run make-version.pl on every make (at least with gnu make) svn path=/trunk/; revision=10019 --- Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index ed33869838..22cc262dec 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,7 @@ # Makefile.am # Automake file for Ethereal # -# $Id: Makefile.am,v 1.706 2004/02/01 10:07:20 jmayer Exp $ +# $Id: Makefile.am,v 1.707 2004/02/10 00:50:04 jmayer Exp $ # # Ethereal - Network traffic analyzer # By Gerald Combs @@ -320,6 +320,8 @@ AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/wiretap # # Build the version string # +.PHONY: cvsversion.h + cvsversion.h: $(PERL) $(srcdir)/make-version.pl