aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/Makefile
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-07-04 18:19:52 +0200
committerTristan Gingold <tgingold@free.fr>2019-07-04 18:19:52 +0200
commit76482ce0e7ce6e03bc5e17e217ac6d8b6f075846 (patch)
tree85fb43ca5b3a4aefa781b57a474126171dc3a4cd /src/vhdl/Makefile
parente477ba0c50eada497760ba83474318a7e1270a7a (diff)
downloadghdl-76482ce0e7ce6e03bc5e17e217ac6d8b6f075846.tar.gz
ghdl-76482ce0e7ce6e03bc5e17e217ac6d8b6f075846.tar.bz2
ghdl-76482ce0e7ce6e03bc5e17e217ac6d8b6f075846.zip
Move pnodes.py.py to xtools directory.
Diffstat (limited to 'src/vhdl/Makefile')
-rw-r--r--src/vhdl/Makefile2
1 files changed, 1 insertions, 1 deletions
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)