summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLarry Doolittle <ldoolitt@recycle.lbl.gov>2017-11-27 09:11:09 -0800
committerLarry Doolittle <ldoolitt@recycle.lbl.gov>2017-11-27 09:11:09 -0800
commit936beabe02c132b7b519fa800b3c9cc5a9d8449d (patch)
tree1179a6af8fc0f233a0c9dfe5f20d1bcf11557466 /Makefile
parent26a7431a18d89333df60e1284ce22cc05889edd4 (diff)
downloadvhdl2vl-936beabe02c132b7b519fa800b3c9cc5a9d8449d.tar.gz
vhdl2vl-936beabe02c132b7b519fa800b3c9cc5a9d8449d.zip
sort lists in Makefiles
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d378edb..cddd907 100644
--- a/Makefile
+++ b/Makefile
@@ -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
OpenPOWER on IntegriCloud