Skip to content
Snippets Groups Projects
Commit f8429e6e authored by Cody Messick's avatar Cody Messick
Browse files

Updated offline_analysis_rules Makefile to work with latest O3 Makefile (should

be backwards compatible)
parent 8fb47dc7
No related branches found
No related tags found
No related merge requests found
Pipeline #75871 passed with warnings
......@@ -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