diff options
Diffstat (limited to 'src/vhdl/Makefile')
| -rw-r--r-- | src/vhdl/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/vhdl/Makefile b/src/vhdl/Makefile index 7f3f51245..df65960a0 100644 --- a/src/vhdl/Makefile +++ b/src/vhdl/Makefile @@ -26,7 +26,8 @@ PNODESPY=python/pnodespy.py DEPS=iirs.ads nodes.ads $(PNODES) GEN_FILES=iirs.adb nodes_meta.ads nodes_meta.adb \ - python/libghdl/iirs.py python/libghdl/nodes_meta.py + python/libghdl/iirs.py python/libghdl/nodes_meta.py \ + python/libghdl/std_names.py all: $(GEN_FILES) @@ -55,6 +56,10 @@ python/libghdl/nodes_meta.py: $(DEPS) $(PNODESPY) $(PNODESPY) libghdl-meta > $@ chmod -w $@ +python/libghdl/std_names.py: $(PNODESPY) + $(RM) $@ + $(PNODESPY) libghdl-names > $@ + chmod -w $@ clean: $(RM) -f $(GEN_FILES) |
