Add makefiles
[obnox/wireshark/wip.git] / asn1 / x509sat / Makefile.nmake
index 25d633f0f147e1175bd6b8d6ab8fccd695fc9c2e..30ada6bdc4d09a4a29d85cb8f68e3ef8092c63fd 100644 (file)
@@ -16,6 +16,7 @@ generate_dissector: $(DISSECTOR_FILES)
 $(DISSECTOR_FILES): ../../tools/asn2eth.py SelectedAttributeTypes.asn packet-x509sat-template.c packet-x509sat-template.h x509sat.cnf ../x509if/x509if-exp.cnf
 !IFDEF PYTHON
        $(PYTHON) ../../tools/asn2eth.py -X -b -e -p $(PROTOCOL_NAME) -c x509sat.cnf -s packet-x509sat-template SelectedAttributeTypes.asn
+       sed -e "s/\([\"\.]\)Syntax/\1/g" -i.orig packet-x509sat.c
 !ELSE
        @echo Error: You need Python to use asn2eth.py
        @exit 1