From 76482ce0e7ce6e03bc5e17e217ac6d8b6f075846 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Thu, 4 Jul 2019 18:19:52 +0200 Subject: Move pnodes.py.py to xtools directory. --- src/vhdl/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/vhdl') diff --git a/src/vhdl/Makefile b/src/vhdl/Makefile index 70b7862a4..754f063dd 100644 --- a/src/vhdl/Makefile +++ b/src/vhdl/Makefile @@ -21,7 +21,7 @@ # regenerate them (and don't need to have python installed). PNODES=../../python/xtools/pnodes.py -PNODESPY=../../python/pnodes/pnodespy.py +PNODESPY=../../python/xtools/pnodespy.py DEPS=vhdl-nodes.ads vhdl-nodes.adb.in $(PNODES) -- cgit v1.2.3