Skip to content
Snippets Groups Projects
Commit 5460cdd8 authored by Cody Messick's avatar Cody Messick Committed by Leo Tsukada
Browse files

Updated offline_analysis_rules Makefile to work with latest O3 Makefile (should

be backwards compatible)
parent 29813b74
No related branches found
No related tags found
No related merge requests found
......@@ -26,6 +26,6 @@ FRAME_CACHE_FILES := $(addsuffix $(frame_suffix),$(IFOS))
# Injection file names
injections:=--injections $(space)
far_injections:=--far-injections $(space)
INJECTIONS := $(shell for x in $(MCHIRP_INJECTIONS); do echo $${x} | cut -d: -f3; done)
INJECTION_LIST := $(subst $(space), $(injections), $(MCHIRP_INJECTIONS))
INJECTIONS = $(shell for x in $(MCHIRP_INJECTIONS); do echo $${x} | cut -d: -f3; done)
INJECTION_LIST = $(subst $(space), $(injections), $(MCHIRP_INJECTIONS))
FAR_INJECTION_LIST := $(subst $(space), $(far_injections), $(FAR_INJECTIONS))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment