comment out some lines till I learn how to write Linux makefile

svn path=/trunk/; revision=23072
This commit is contained in:
Tomas Kukosa 2007-10-05 10:38:30 +00:00
parent 5b4d99b4d1
commit 1da499a6dc
1 changed files with 6 additions and 5 deletions

View File

@ -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 \