diff options
Diffstat (limited to 'string/Makefile')
-rw-r--r-- | string/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/string/Makefile b/string/Makefile index a4ba83b465..1fa63c24d2 100644 --- a/string/Makefile +++ b/string/Makefile @@ -33,7 +33,7 @@ routines := strcat strchr strcmp strcoll strcpy strcspn strdup \ swab strfry memfrob memmem tests := tester testcopy test-ffs -distribute := memcopy.h +distribute := memcopy.h pagecopy.h include ../Rules |