aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
diff options
context:
space:
mode:
Diffstat (limited to 'wiretap')
-rw-r--r--wiretap/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/wiretap/Makefile.am b/wiretap/Makefile.am
index 2f677da6a9..78b0bf4b07 100644
--- a/wiretap/Makefile.am
+++ b/wiretap/Makefile.am
@@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Wiretap
#
-# $Id: Makefile.am,v 1.26 2000/01/13 07:09:15 guy Exp $
+# $Id: Makefile.am,v 1.27 2000/03/29 19:55:51 guy Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@zing.org>
@@ -78,4 +78,4 @@ EXTRA_DIST = \
YFLAGS=-d -p ascend
ascend-scanner.c : ascend-scanner.l
- $(LEX) -Pascend -t $(srcdir)/ascend-scanner.l > ascend-scanner.c
+ $(LEX) -Pascend -oascend-scanner.c $(srcdir)/ascend-scanner.l