From 0f995708288bb330cefeac11187ce064c2ec3bb1 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Thu, 9 May 2019 18:24:08 +0200 Subject: Move errorout from vhdl/ to src/ --- src/vhdl/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/vhdl/Makefile') diff --git a/src/vhdl/Makefile b/src/vhdl/Makefile index be42197a5..6eb52cfae 100644 --- a/src/vhdl/Makefile +++ b/src/vhdl/Makefile @@ -96,7 +96,7 @@ python/libghdl/elocations.py: $(PNODESPY) vhdl-elocations.ads $(PNODESPY) $(ELOCATIONS_FLAGS) libghdl-elocs > $@ chmod -w $@ -python/libghdl/errorout.py: $(PNODESPY) errorout.ads +python/libghdl/errorout.py: $(PNODESPY) ../errorout.ads $(RM) $@ $(PNODESPY) $(ELOCATIONS_FLAGS) libghdl-errorout > $@ chmod -w $@ -- cgit v1.2.3