From 1da499a6dc901e3814b3684bb44589f387a4abe9 Mon Sep 17 00:00:00 2001 From: Tomas Kukosa Date: Fri, 5 Oct 2007 10:38:30 +0000 Subject: [PATCH] comment out some lines till I learn how to write Linux makefile svn path=/trunk/; revision=23072 --- asn1/Makefile.inc | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) 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 \