From f6379989022c1e71017f4151392a300534d2007a Mon Sep 17 00:00:00 2001 From: 1138-4EB <1138-4EB@users.noreply.github.com> Date: Mon, 17 Jun 2019 07:57:59 +0200 Subject: fix: move src/xtools to python/xtools (#846) * fix: move src/xtools to python/xtools * fix Makefiles affected by xtools and pnodes being moved --- src/vhdl/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/vhdl/Makefile') diff --git a/src/vhdl/Makefile b/src/vhdl/Makefile index 425563a18..3f09c855f 100644 --- a/src/vhdl/Makefile +++ b/src/vhdl/Makefile @@ -20,8 +20,8 @@ # be committed and distribued with the sources, so that users don't need to # regenerate them (and don't need to have python installed). -PNODES=../xtools/pnodes.py -PNODESPY=python/pnodespy.py +PNODES=../../python/xtools/pnodes.py +PNODESPY=../../python/pnodes/pnodespy.py DEPS=vhdl-nodes.ads vhdl-nodes.adb.in $(PNODES) -- cgit v1.2.3