summaryrefslogtreecommitdiffstats
path: root/sfp_sender/simulation/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sfp_sender/simulation/Makefile')
-rw-r--r--sfp_sender/simulation/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfp_sender/simulation/Makefile b/sfp_sender/simulation/Makefile
index 50bfac9..b272807 100644
--- a/sfp_sender/simulation/Makefile
+++ b/sfp_sender/simulation/Makefile
@@ -14,7 +14,7 @@ software_dir = ../software
VMK = vmk
# generate list of used libs
-library_list = $(shell cut vhdl_files.txt --field 1 --delimiter=' ' | sort --unique)
+library_list = $(shell cut --field 1 --delimiter=" " --only-delimited vhdl_files.txt | grep --invert "\#" | sort --unique)
OpenPOWER on IntegriCloud