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

View file

@ -26,11 +26,12 @@ all: generate_dissector
generate_dissector: $(DISSECTOR_FILES) generate_dissector: $(DISSECTOR_FILES)
if NO_PROTO_OPT # commented out till it is fixed
PROTO_OPT = #if NO_PROTO_OPT
else #PROTO_OPT =
PROTO_OPT = -p $(PROTOCOL_NAME) #else
endif #PROTO_OPT = -p $(PROTOCOL_NAME)
xendif
$(DISSECTOR_FILES): $(top_srcdir)/tools/asn2wrs.py $(SRC_FILES) $(EXTRA_CNF) $(DISSECTOR_FILES): $(top_srcdir)/tools/asn2wrs.py $(SRC_FILES) $(EXTRA_CNF)
python $(top_srcdir)/tools/asn2wrs.py \ python $(top_srcdir)/tools/asn2wrs.py \