aboutsummaryrefslogtreecommitdiff
path: root/assert/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'assert/Makefile')
-rw-r--r--assert/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/assert/Makefile b/assert/Makefile
index f7cf8e9..c905845 100644
--- a/assert/Makefile
+++ b/assert/Makefile
@@ -24,7 +24,12 @@ include ../Makeconfig
headers := assert.h
-routines := assert assert-perr __assert
+routines := \
+ __assert \
+ __libc_assert_fail \
+ assert \
+ assert-perr \
+ # routines
tests := test-assert test-assert-perr tst-assert-c++ tst-assert-g++
ifeq ($(have-cxx-thread_local),yes)