aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2005-08-04 22:22:53 +0000
committerGuy Harris <guy@alum.mit.edu>2005-08-04 22:22:53 +0000
commit3d1dfa4f67eabbb32c30776cfd40e66d3f8d93d9 (patch)
tree0a345f65d7d19dcfbc5a385508fcb9f3703d9880 /epan
parentcf3b50f1ce155dd61464bdbb5caabbe4db6392af (diff)
Put in comments explaining why we're removing some generated files with
"make distclean", even though they come with the distribution, and make the one in plugins/xml/Makefile.nmake match the one in some other files. svn path=/trunk/; revision=15214
Diffstat (limited to 'epan')
-rw-r--r--epan/Makefile.nmake7
1 files changed, 7 insertions, 0 deletions
diff --git a/epan/Makefile.nmake b/epan/Makefile.nmake
index cc2a250e4a..1463a3ef9c 100644
--- a/epan/Makefile.nmake
+++ b/epan/Makefile.nmake
@@ -84,6 +84,13 @@ clean:
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
cd ..
+#
+# We remove "radius_dict.c" with "distclean" because it needs different
+# #includes for UN*X and Windows (UN*X versions of Flex make it include
+# <unistd.h>, but that's a UN*X-only header), so if you're going to build
+# from source, you need to build "radius_dict.c" from "radius_dict.l"
+# with Flex.
+#
distclean: clean
rm -f config.h register.c mkstemp.c strptime.c radius_dict.c
cd ftypes