aboutsummaryrefslogtreecommitdiffstats
path: root/epan/Makefile.nmake
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2013-02-05 06:09:17 +0000
committerGuy Harris <guy@alum.mit.edu>2013-02-05 06:09:17 +0000
commit9eba2ea90a3970308a4f049107f2830ed23c3262 (patch)
tree0cb1e36e1fbffe0a8b606337ec51c0068546b5f3 /epan/Makefile.nmake
parent7f398a97af4a4b446fcb034089307d1415ff419f (diff)
Don't distribute the results of running Lemon, as we distribute Lemon
ourselves. Clean up various bits of "distribute" vs. "don't distribute" stuff in the process - use similar names, and make the "distribute vs. don't distribute" distinction the same as the "don't clean with "make distclean" vs. clean with "make distclean"" distinction. svn path=/trunk/; revision=47485
Diffstat (limited to 'epan/Makefile.nmake')
-rw-r--r--epan/Makefile.nmake8
1 files changed, 4 insertions, 4 deletions
diff --git a/epan/Makefile.nmake b/epan/Makefile.nmake
index 31b61cedc8..ac2a4f7f1e 100644
--- a/epan/Makefile.nmake
+++ b/epan/Makefile.nmake
@@ -142,10 +142,10 @@ clean: clean-local
#
distclean-local: clean-local
rm -f config.h register.c mkstemp.c \
- $(LIBWIRESHARK_DISTCLEAN_GENERATED_SRC) \
- $(LIBWIRESHARK_DISTCLEAN_GENERATED_INCLUDES) \
- $(LIBWIRESHARK_NODISTCLEAN_GENERATED_SRC) \
- $(LIBWIRESHARK_NODISTCLEAN_GENERATED_INCLUDES) \
+ $(LIBWIRESHARK_GENERATED_NODIST_C_FILES) \
+ $(LIBWIRESHARK_GENERATED_NODIST_HEADER_FILES) \
+ $(LIBWIRESHARK_GENERATED_C_FILES) \
+ $(LIBWIRESHARK_GENERATED_HEADER_FILES) \
dtd_grammar.out sminmpec.c
distclean: distclean-local