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 /Makefile | |
| parent | 26a7431a18d89333df60e1284ce22cc05889edd4 (diff) | |
| download | vhdl2vl-936beabe02c132b7b519fa800b3c9cc5a9d8449d.tar.gz vhdl2vl-936beabe02c132b7b519fa800b3c9cc5a9d8449d.zip | |
sort lists in Makefiles
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ EXCLUDE = $(shell cat examples/exclude) EXCLUDE := $(basename $(EXCLUDE)) EXCLUDE := $(addsuffix .vhd,$(EXCLUDE)) -VHDLS = $(wildcard examples/*.vhd) +VHDLS = $(sort $(wildcard examples/*.vhd)) VHDLS := $(notdir $(VHDLS)) DIFFOPT = --exclude=Makefile |

