diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -207,7 +207,7 @@ obj-base_mt_task = base_mt_task.o | |||
207 | ldf-base_mt_task = -pthread | 207 | ldf-base_mt_task = -pthread |
208 | 208 | ||
209 | obj-rwrnlp = rwrnlp.o | 209 | obj-rwrnlp = rwrnlp.o |
210 | ldf-rwrnlp = -pthread -lrt | 210 | ldf-rwrnlp = -lrt -pthread |
211 | 211 | ||
212 | obj-rt_launch = rt_launch.o common.o | 212 | obj-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. |