diff options
author | 1138-4EB <1138-4EB@users.noreply.github.com> | 2019-06-17 07:57:59 +0200 |
---|---|---|
committer | tgingold <tgingold@users.noreply.github.com> | 2019-06-17 07:57:59 +0200 |
commit | f6379989022c1e71017f4151392a300534d2007a (patch) | |
tree | 783ba27543a32a5c009a5cdc92952809a1436728 /src/edif/Makefile | |
parent | 159e0bfdbb135e74aac10e54c7a499e9e34aa5a2 (diff) | |
download | ghdl-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/edif/Makefile')
-rw-r--r-- | src/edif/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/edif/Makefile b/src/edif/Makefile index 7d2fa6980..3a3cb4a8b 100644 --- a/src/edif/Makefile +++ b/src/edif/Makefile @@ -6,7 +6,7 @@ ortho_srcdir=../ortho GEN_SRCS=edif-nodes.adb edif-nodes_meta.ads edif-nodes_meta.adb CC=gcc -PNODES=../xtools/pnodes.py +PNODES=../../python/xtools/pnodes.py PNODES_ARGS=--field-file=edif-nodes.adb.in --kind-file=edif-nodes.ads --node-file=edif-nodes.ads --template-file=edif-nodes.adb.in --meta-basename=edif-nodes_meta --kind-type=Nkind --kind-range-prefix=Nkinds_ --kind-prefix=N_ --node-type=Node all: dump_edif |