diff options
Diffstat (limited to 'rt')
-rw-r--r-- | rt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rt/Makefile b/rt/Makefile index e723fdbbe0..6a98c81514 100644 --- a/rt/Makefile +++ b/rt/Makefile @@ -80,4 +80,4 @@ ifeq (yes,$(build-bounded)) $(tests:%=$(objpfx)%-bp): $(objpfx)librt_b.a $(bounded-thread-library) endif -tst-mqueue7-ARGS = -- $(host-built-program-cmd) +tst-mqueue7-ARGS = -- $(host-test-program-cmd) |