aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dfilter/Makefile.am
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>2001-02-16 19:45:38 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>2001-02-16 19:45:38 +0000
commit728ec7f5819baa0a840336fc8d0b5af5494dfd21 (patch)
tree9885866e414dbf4a0d0e9cf63624620b61dae13d /epan/dfilter/Makefile.am
parent9bf1a2e8d01ad3209fe714ff0598f7159aff07bf (diff)
Actually, this works better.
svn path=/trunk/; revision=3043
Diffstat (limited to 'epan/dfilter/Makefile.am')
-rw-r--r--epan/dfilter/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/epan/dfilter/Makefile.am b/epan/dfilter/Makefile.am
index f93810864f..854290fcad 100644
--- a/epan/dfilter/Makefile.am
+++ b/epan/dfilter/Makefile.am
@@ -1,6 +1,6 @@
# Makefile.am
#
-# $Id: Makefile.am,v 1.4 2001/02/16 19:44:16 gram Exp $
+# $Id: Makefile.am,v 1.5 2001/02/16 19:45:38 gram Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@zing.org>
@@ -74,8 +74,8 @@ scanner.o : scanner.c grammar.h
LEMON=../../tools/lemon
-grammar.c : grammar.h
-grammar.h : grammar.lemon
+grammar.h : grammar.c
+grammar.c : grammar.lemon
$(LEMON)/lemon t=$(srcdir)/$(LEMON)/lempar.c $(srcdir)/grammar.lemon || \
(rm -f grammar.c grammar.h ; false)