Wireshark-bugs: [Wireshark-bugs] [Bug 1595] When building in the source tree, "make distclean" deletes src files among others epan/dtd_parse.c
From:
bugzilla-daemon@xxxxxxxxxxxxx
Date: Wed, 9 May 2007 15:04:14 +0000 (GMT)
http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1595
------- Comment #2 from luis.ontanon@xxxxxxxxx 2007-05-09 15:04 GMT -------
You probably forgot to run ./autogen.sh
$ ./autogen.sh
$ ./configure ...
$ make
dtd_parse.c is generated from dtd_parse.l (via lex), there's more generated *.c
files that are deleted with distclean (leaves what's on svn only) make clean
does not delete these.
--
Configure bugmail: http://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.