diff options
| author | Larry Doolittle <ldoolitt@recycle.lbl.gov> | 2017-11-27 09:11:09 -0800 |
|---|---|---|
| committer | Larry Doolittle <ldoolitt@recycle.lbl.gov> | 2017-11-27 09:11:09 -0800 |
| commit | 936beabe02c132b7b519fa800b3c9cc5a9d8449d (patch) | |
| tree | 1179a6af8fc0f233a0c9dfe5f20d1bcf11557466 /translated_examples | |
| parent | 26a7431a18d89333df60e1284ce22cc05889edd4 (diff) | |
| download | vhdl2vl-936beabe02c132b7b519fa800b3c9cc5a9d8449d.tar.gz vhdl2vl-936beabe02c132b7b519fa800b3c9cc5a9d8449d.zip | |
sort lists in Makefiles
Diffstat (limited to 'translated_examples')
| -rw-r--r-- | translated_examples/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/translated_examples/Makefile b/translated_examples/Makefile index 88f5081..d5c1b68 100644 --- a/translated_examples/Makefile +++ b/translated_examples/Makefile @@ -3,6 +3,6 @@ all: ifneq ($(shell which iverilog),) @echo "##### Checking resulting Verilog files with iverilog ###########" - @$(foreach VERILOG,$(wildcard *.v), echo "Checking: $(VERILOG)";\ + @$(foreach VERILOG,$(sort $(wildcard *.v)), echo "Checking: $(VERILOG)";\ iverilog -Wall -y . -t null $(VERILOG);) endif |

