diff options
Diffstat (limited to 'string/Makefile')
-rw-r--r-- | string/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/string/Makefile b/string/Makefile index c120b7da2c..d817d1504b 100644 --- a/string/Makefile +++ b/string/Makefile @@ -38,7 +38,7 @@ routines := strcat strchr strcmp strcoll strcpy strcspn \ delete extract insert stringify) \ envz basename -tests := tester testcopy test-ffs tst-strlen +tests := tester testcopy test-ffs tst-strlen stratcliff distribute := memcopy.h pagecopy.h @@ -47,3 +47,4 @@ include ../Rules tester-ENV = LANGUAGE=C CFLAGS-tester.c = -fno-builtin CFLAGS-tst-strlen.c = -fno-builtin +CFLAGS-stratcliff.c = -fno-builtin |