diff options
Diffstat (limited to 'libc/string/Makefile.in')
-rw-r--r-- | libc/string/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/string/Makefile.in b/libc/string/Makefile.in index 6b0a154ca..256d21a9f 100644 --- a/libc/string/Makefile.in +++ b/libc/string/Makefile.in @@ -94,7 +94,7 @@ $(STRING_MOBJWx:.o=.os): $(STRING_MSRC) libc-a-y+=$(STRING_OBJS) libc-so-y+=$(STRING_OBJS:.o=.os) -# multi does not work here, because arch/Makefile.in uses the same L_* defines +# multi does not work here, because arch/Makefile.arch uses the same L_* defines #CFLAGS-multi-y+=$(STRING_DEF) #libc-multi-y+=$(STRING_MSRC) #libc-nomulti-y+=$(STRING_Wx) |