From: Brian Norris Date: Thu, 8 Nov 2012 17:59:50 +0000 (-0800) Subject: mpmc-queue: makefile bugfix X-Git-Tag: pldi2013~9 X-Git-Url: http://plrg.eecs.uci.edu/git/?p=model-checker-benchmarks.git;a=commitdiff_plain;h=2ff5de3fa8cd54945389491bd32a414a1b0e3a99;hp=1c06f3210549c537772708197b8b6341f6fafe35 mpmc-queue: makefile bugfix --- diff --git a/mpmc-queue/Makefile b/mpmc-queue/Makefile index 05272db..520fcf9 100644 --- a/mpmc-queue/Makefile +++ b/mpmc-queue/Makefile @@ -9,7 +9,7 @@ mpmc-queue: CPPFLAGS += -DCONFIG_MPMC_READERS=2 -DCONFIG_MPMC_WRITERS=2 mpmc-1r2w: CPPFLAGS += -DCONFIG_MPMC_READERS=1 -DCONFIG_MPMC_WRITERS=2 mpmc-2r1w: CPPFLAGS += -DCONFIG_MPMC_READERS=2 -DCONFIG_MPMC_WRITERS=1 -%: $(TESTNAME).cc $(TESTNAME).h +$(TESTS): $(TESTNAME).cc $(TESTNAME).h $(CXX) -o $@ $< $(CPPFLAGS) $(LDFLAGS) clean: