Don't generate dissectors on top level make.

svn path=/trunk/; revision=23203
This commit is contained in:
Jörg Mayer 2007-10-16 14:09:33 +00:00
parent c2d0c8fa31
commit bbc3a702c5
2 changed files with 4 additions and 2 deletions

View File

@ -21,8 +21,6 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
all: generate_dissector
generate_dissector: $(DISSECTOR_FILES)
generate_export: $(EXPORT_FILES)

View File

@ -22,3 +22,7 @@
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
MAKE_CNF_EXPORT = $(MAKE) generate_export
# Don't generate all the dissectors during toplevel make.
all: