aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2007-01-22 21:32:17 +0000
committerAnders Broman <anders.broman@ericsson.com>2007-01-22 21:32:17 +0000
commit2749bc7c8083c4f5c851d7a81527a52e2989017f (patch)
tree016ab415743f36d927a6c31c6a1045c2ab061060 /epan
parent18cf691f7d7cf985bffbd29b6c87dbfc002e0f89 (diff)
Add dfilter_macro_load.c to the distclean target to rebuild it if building from a tarball.
svn path=/trunk/; revision=20524
Diffstat (limited to 'epan')
-rw-r--r--epan/dfilter/Makefile.nmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dfilter/Makefile.nmake b/epan/dfilter/Makefile.nmake
index a9d721222d..ae07e87dd1 100644
--- a/epan/dfilter/Makefile.nmake
+++ b/epan/dfilter/Makefile.nmake
@@ -61,7 +61,7 @@ clean:
# the same for now.
#
distclean: clean
- rm -f scanner.c grammar.c grammar.h grammar.out
+ rm -f scanner.c grammar.c grammar.h grammar.out dfilter_macro_load.c
maintainer-clean: distclean