diff options
Diffstat (limited to 'Makerules')
-rw-r--r-- | Makerules | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1038,7 +1038,7 @@ check: tests ifneq (,$(tests)) cpp-srcs-left = $(tests) -lib = tests +lib := tests include $(patsubst %,$(..)cppflags-iterator.mk,$(tests)) endif |