aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBryan Ward <bcw@cs.unc.edu>2013-05-14 12:38:08 -0400
committerBryan Ward <bcw@cs.unc.edu>2013-05-14 12:38:08 -0400
commitbe44179b005ee33d936ff55ef743bca5e84ee1b3 (patch)
treeeb3d1d62ee92c0c34082aca7c213761338554eb8 /Makefile
parent7a9281a049ea2c5717dd6360bd226973ead392c4 (diff)
latest changes on pound.wip-rwrnlp
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 6bf9ed9..84f83e2 100644
--- a/Makefile
+++ b/Makefile
@@ -207,7 +207,7 @@ obj-base_mt_task = base_mt_task.o
207ldf-base_mt_task = -pthread 207ldf-base_mt_task = -pthread
208 208
209obj-rwrnlp = rwrnlp.o 209obj-rwrnlp = rwrnlp.o
210ldf-rwrnlp = -pthread -lrt 210ldf-rwrnlp = -lrt -pthread
211 211
212obj-rt_launch = rt_launch.o common.o 212obj-rt_launch = rt_launch.o common.o
213 213
@@ -224,7 +224,7 @@ lib-measure_syscall = -lm
224 224
225.SECONDEXPANSION: 225.SECONDEXPANSION:
226${rt-apps}: $${obj-$$@} liblitmus.a 226${rt-apps}: $${obj-$$@} liblitmus.a
227 $(CC) -o $@ $(LDFLAGS) ${ldf-$@} $(filter-out liblitmus.a,$+) $(LOADLIBS) $(LDLIBS) ${liblitmus-flags} ${lib-$@} 227 $(CC) -o $@ $(LDFLAGS) ${ldf-$@} $(filter-out liblitmus.a,$+) $(LOADLIBS) $(LDLIBS) ${liblitmus-flags} ${lib-$@} -lrt
228 228
229# ############################################################################## 229# ##############################################################################
230# Dependency resolution. 230# Dependency resolution.