Skip to content

Commit

Permalink
Don't hardcode 'python' for asn2wrs
Browse files Browse the repository at this point in the history
svn path=/trunk/; revision=39981
  • Loading branch information
Balint Reczey committed Nov 22, 2011
1 parent 16be627 commit 333bc8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions asn1/Makefile.inc
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ generate_export: $(EXPORT_FILES)
PROTO_OPT ?= -p $(PROTOCOL_NAME)

$(DISSECTOR): $(top_srcdir)/tools/asn2wrs.py $(SRC_FILES) $(EXTRA_CNF)
python $(top_srcdir)/tools/asn2wrs.py \
$(PYTHON) $(top_srcdir)/tools/asn2wrs.py \
$(A2W_FLAGS) \
$(PROTO_OPT) \
-c $(srcdir)/$(PROTOCOL_NAME).cnf \
Expand All @@ -42,7 +42,7 @@ $(DISSECTOR): $(top_srcdir)/tools/asn2wrs.py $(SRC_FILES) $(EXTRA_CNF)
$(EXT_ASN_FILE_LIST) $(ASN_FILE_LIST) $(EXT_ASN_FILE_LIST_LATE)

$(EXPORT_FILES): $(top_srcdir)/tools/asn2wrs.py $(SRC_FILES)
python $(top_srcdir)/tools/asn2wrs.py \
$(PYTHON) $(top_srcdir)/tools/asn2wrs.py \
-E $(A2W_FLAGS) \
$(PROTO_OPT) \
-c $(srcdir)/$(PROTOCOL_NAME).cnf \
Expand Down

0 comments on commit 333bc8f

Please sign in to comment.