aboutsummaryrefslogtreecommitdiffstats
path: root/src/psl
diff options
context:
space:
mode:
author1138-4EB <1138-4EB@users.noreply.github.com>2019-06-17 07:57:59 +0200
committertgingold <tgingold@users.noreply.github.com>2019-06-17 07:57:59 +0200
commitf6379989022c1e71017f4151392a300534d2007a (patch)
tree783ba27543a32a5c009a5cdc92952809a1436728 /src/psl
parent159e0bfdbb135e74aac10e54c7a499e9e34aa5a2 (diff)
downloadghdl-f6379989022c1e71017f4151392a300534d2007a.tar.gz
ghdl-f6379989022c1e71017f4151392a300534d2007a.tar.bz2
ghdl-f6379989022c1e71017f4151392a300534d2007a.zip
fix: move src/xtools to python/xtools (#846)
* fix: move src/xtools to python/xtools * fix Makefiles affected by xtools and pnodes being moved
Diffstat (limited to 'src/psl')
-rw-r--r--src/psl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/psl/Makefile b/src/psl/Makefile
index 472a82b01..fdcfccaf7 100644
--- a/src/psl/Makefile
+++ b/src/psl/Makefile
@@ -20,7 +20,7 @@
# 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
+PNODES=../../python/xtools/pnodes.py
DEPS=psl-nodes.ads psl-nodes.adb.in $(PNODES)