Skip to content
Snippets Groups Projects
Commit 95e792a3 authored by Axel Naumann's avatar Axel Naumann
Browse files

stressIOPlugins needs libEvent; make it depend on Event.exe to express that.

parent a2c69450
No related branches found
No related tags found
No related merge requests found
...@@ -574,7 +574,7 @@ $(STRESS): $(STRESSO) $(EVENT) ...@@ -574,7 +574,7 @@ $(STRESS): $(STRESSO) $(EVENT)
$(MT_EXE) $(MT_EXE)
@echo "$@ done" @echo "$@ done"
$(IOPLUGINS): $(IOPLUGINSO) $(EVENTO) $(IOPLUGINS): $(IOPLUGINSO) $(EVENT)
$(LD) $(LDFLAGS) $(IOPLUGINSO) $(EVENTO) $(LIBS) $(OutPutOpt)$@ $(LD) $(LDFLAGS) $(IOPLUGINSO) $(EVENTO) $(LIBS) $(OutPutOpt)$@
$(MT_EXE) $(MT_EXE)
@echo "$@ done" @echo "$@ done"
......
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