diff options
Diffstat (limited to 'src/vhdl')
-rw-r--r-- | src/vhdl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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) |