aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2004-03-03 00:18:21 +0000
committerJörg Mayer <jmayer@loplof.de>2004-03-03 00:18:21 +0000
commit771bcfb014347da176e5b70f0f3b2d45e830cfcb (patch)
tree2d8a9ef0fd896d11e24a71aa6a41958fab60b5d3 /Makefile.am
parent2e0e2b30ab305171081e67003c38bd722425e532 (diff)
Return of the .PHONY target (aka cvsversion.h)
svn path=/trunk/; revision=10284
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index e54ad87ef8..6cfb5e9997 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Ethereal
#
-# $Id: Makefile.am,v 1.715 2004/03/03 00:07:00 jmayer Exp $
+# $Id: Makefile.am,v 1.716 2004/03/03 00:18:21 jmayer Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@@ -275,6 +275,8 @@ mergecap_LDADD = wiretap/libwiretap.a @GLIB_LIBS@
# Common headers
AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/wiretap
+.PHONY: cvsversion.h
+
#
# Build the version string
#