From ab5b635d92001ba9ef89ab35ecf26f3d31d8650f Mon Sep 17 00:00:00 2001 From: Bert Lange Date: Fri, 10 Feb 2012 17:11:32 +0100 Subject: change: sorting of library list --- hw_v5_fx30t_extension/simulation/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hw_v5_fx30t_extension/simulation') diff --git a/hw_v5_fx30t_extension/simulation/Makefile b/hw_v5_fx30t_extension/simulation/Makefile index 5649e29..8aea9cf 100644 --- a/hw_v5_fx30t_extension/simulation/Makefile +++ b/hw_v5_fx30t_extension/simulation/Makefile @@ -8,7 +8,7 @@ library = work top = top -library_list = $(shell cut --field 1 --delimiter=" " --only-delimited vhdl_files.txt | uniq) +library_list = $(shell cut --field 1 --delimiter=" " --only-delimited vhdl_files.txt | sort --unique) # http://sourceforge.net/projects/vmk/ VMK = vmk -- cgit v1.1