summaryrefslogtreecommitdiffstats
path: root/test_rrobin_problem/simulation/Makefile
diff options
context:
space:
mode:
authorBert Lange <b.lange@hzdr.de>2012-02-10 17:11:32 +0100
committerBert Lange <b.lange@hzdr.de>2012-02-10 17:11:32 +0100
commitab5b635d92001ba9ef89ab35ecf26f3d31d8650f (patch)
treecaaafa4cfff497c5db36cea5e5625bfa92dcb68f /test_rrobin_problem/simulation/Makefile
parent3021cb27611622211fc4592b5643e19ccb9c537e (diff)
downloadzpu-ab5b635d92001ba9ef89ab35ecf26f3d31d8650f.zip
zpu-ab5b635d92001ba9ef89ab35ecf26f3d31d8650f.tar.gz
change: sorting of library list
Diffstat (limited to 'test_rrobin_problem/simulation/Makefile')
-rw-r--r--test_rrobin_problem/simulation/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test_rrobin_problem/simulation/Makefile b/test_rrobin_problem/simulation/Makefile
index d85c611..cdbc8ee 100644
--- a/test_rrobin_problem/simulation/Makefile
+++ b/test_rrobin_problem/simulation/Makefile
@@ -15,7 +15,7 @@ software_dir = ../software
VMK = vmk
# generate list of used libs
-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)
all: compile simulate
OpenPOWER on IntegriCloud