diff --git a/asn1/Makefile.inc b/asn1/Makefile.inc index ed0dde3c34..8596a7b8ad 100644 --- a/asn1/Makefile.inc +++ b/asn1/Makefile.inc @@ -26,11 +26,12 @@ all: generate_dissector generate_dissector: $(DISSECTOR_FILES) -if NO_PROTO_OPT -PROTO_OPT = -else -PROTO_OPT = -p $(PROTOCOL_NAME) -endif +# commented out till it is fixed +#if NO_PROTO_OPT +#PROTO_OPT = +#else +#PROTO_OPT = -p $(PROTOCOL_NAME) +xendif $(DISSECTOR_FILES): $(top_srcdir)/tools/asn2wrs.py $(SRC_FILES) $(EXTRA_CNF) python $(top_srcdir)/tools/asn2wrs.py \