aboutsummaryrefslogtreecommitdiffstats
path: root/test/monniaux/minisat/Makefile.profiled
diff options
context:
space:
mode:
Diffstat (limited to 'test/monniaux/minisat/Makefile.profiled')
-rw-r--r--test/monniaux/minisat/Makefile.profiled2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/monniaux/minisat/Makefile.profiled b/test/monniaux/minisat/Makefile.profiled
index 3960bc29..860dcb7e 100644
--- a/test/monniaux/minisat/Makefile.profiled
+++ b/test/monniaux/minisat/Makefile.profiled
@@ -32,7 +32,7 @@ $(GCDAFILES): gcda
minisat.gcc-O3.profiled.exe: $(CFILES) $(GCDAFILES)
$(GCC) $(GCCFLAGS) -O3 -fprofile-use $(CFILES) -o $@ $(LIBS)
-minisat.ccomp.trace_linearize.exe: $(CFILES)
+minisat.ccomp.trace-linearize.exe: $(CFILES)
$(CCOMP) $(CCOMPFLAGS) -ftracelinearize $(CFILES) -o $@ $(LIBS)
$(PROFILING_DAT): minisat.ccomp.profile-arcs.exe