put every python script name into "" so the call won't fail on Win32 native python.
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>
Sun, 29 Oct 2006 17:19:52 +0000 (17:19 +0000)
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>
Sun, 29 Oct 2006 17:19:52 +0000 (17:19 +0000)
commit754a4d63e7003dc78b60f91d35ed2baa3b3288f2
tree1e17d9ca69d0058bc9a860e5ca9205e87c2e2dd8
parent195c06d6ea33ed296a01886671812dd67c619580
put every python script name into "" so the call won't fail on Win32 native python.

The problem is the slash in e.g.:

 @$(PYTHON) ../../tools/make-dissector-reg.py

is interpreted as an option instead of being part of the path.

I didn't wanted to use backslashes as this might introduce new problems with cygwin's python port.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19730 f5534014-38df-0310-8fa8-9805f1628bb7
83 files changed:
asn1/MAP_Dialogue/Makefile.nmake
asn1/acp133/Makefile.nmake
asn1/acse/Makefile.nmake
asn1/ansi_map/Makefile.nmake
asn1/camel/Makefile.nmake
asn1/cdt/Makefile.nmake
asn1/cmip/Makefile.nmake
asn1/cms/Makefile.nmake
asn1/dap/Makefile.nmake
asn1/disp/Makefile.nmake
asn1/dop/Makefile.nmake
asn1/dsp/Makefile.nmake
asn1/ess/Makefile.nmake
asn1/ftam/Makefile.nmake
asn1/ftbp/Makefile.nmake
asn1/gnm/Makefile.nmake
asn1/gsm_ss/Makefile.nmake
asn1/gsmmap/Makefile.nmake
asn1/h225/Makefile.nmake
asn1/h235/Makefile.nmake
asn1/h245/Makefile.nmake
asn1/h248/Makefile.nmake
asn1/h450/Makefile.nmake
asn1/inap/Makefile.nmake
asn1/ldap/Makefile.nmake
asn1/logotype-cert-extn/Makefile.nmake
asn1/mms/Makefile.nmake
asn1/nbap/Makefile.nmake
asn1/ns-cert-exts/Makefile.nmake
asn1/ocsp/Makefile.nmake
asn1/pkcs1/Makefile.nmake
asn1/pkinit/Makefile.nmake
asn1/pkix1explicit/Makefile.nmake
asn1/pkix1implicit/Makefile.nmake
asn1/pkixcmp/Makefile.nmake
asn1/pkixcrmf/Makefile.nmake
asn1/pkixproxy/Makefile.nmake
asn1/pkixqualified/Makefile.nmake
asn1/pkixtsp/Makefile.nmake
asn1/pres/Makefile.nmake
asn1/ranap/Makefile.nmake
asn1/rnsap/Makefile.nmake
asn1/ros/Makefile.nmake
asn1/rrlp/Makefile.nmake
asn1/rtse/Makefile.nmake
asn1/s4406/Makefile.nmake
asn1/smrse/Makefile.nmake
asn1/snmp/Makefile.nmake
asn1/spnego/Makefile.nmake
asn1/tcap/Makefile.nmake
asn1/ulp/Makefile.nmake
asn1/umts_rrc/Makefile.nmake
asn1/umts_rrc_Internode-defs/Makefile.nmake
asn1/umts_rrc_ies/Makefile.nmake
asn1/umts_rrc_pdu_def/Makefile.nmake
asn1/wlancertextn/Makefile.nmake
asn1/x411/Makefile.nmake
asn1/x420/Makefile.nmake
asn1/x509af/Makefile.nmake
asn1/x509ce/Makefile.nmake
asn1/x509if/Makefile.nmake
asn1/x509sat/Makefile.nmake
plugins/acn/Makefile.nmake
plugins/agentx/Makefile.nmake
plugins/artnet/Makefile.nmake
plugins/asn1/Makefile.nmake
plugins/ciscosm/Makefile.nmake
plugins/docsis/Makefile.nmake
plugins/enttec/Makefile.nmake
plugins/gryphon/Makefile.nmake
plugins/h223/Makefile.nmake
plugins/irda/Makefile.nmake
plugins/lwres/Makefile.nmake
plugins/megaco/Makefile.nmake
plugins/mgcp/Makefile.nmake
plugins/opsi/Makefile.nmake
plugins/pcli/Makefile.nmake
plugins/profinet/Makefile.nmake
plugins/rlm/Makefile.nmake
plugins/rtnet/Makefile.nmake
plugins/rudp/Makefile.nmake
plugins/sbus/Makefile.nmake
plugins/v5ua/Makefile.nmake