diff options
author | Tristan Gingold <tgingold@free.fr> | 2021-06-22 18:39:28 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2021-06-22 18:39:28 +0200 |
commit | 71ab241bb6284ef7105d43c9a9aa0baa53267a50 (patch) | |
tree | 269ae61175cdc4544f9281381794aebee6cb8805 /src/vhdl/Makefile | |
parent | 70120662ef44e5906e0c6f104a4f2af4bf5895e0 (diff) | |
download | ghdl-71ab241bb6284ef7105d43c9a9aa0baa53267a50.tar.gz ghdl-71ab241bb6284ef7105d43c9a9aa0baa53267a50.tar.bz2 ghdl-71ab241bb6284ef7105d43c9a9aa0baa53267a50.zip |
vhdl/Makefile: use python3 by default
Diffstat (limited to 'src/vhdl/Makefile')
-rw-r--r-- | src/vhdl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vhdl/Makefile b/src/vhdl/Makefile index a76cb68de..aec2f7962 100644 --- a/src/vhdl/Makefile +++ b/src/vhdl/Makefile @@ -20,7 +20,7 @@ PNODES=../../scripts/pnodes.py PNODESPY=../../scripts/pnodespy.py -PYTHON=python +PYTHON=python3 DEPS=vhdl-nodes.ads vhdl-nodes.adb.in $(PNODES) |