diff options
| author | "Steven J. Hill" <sjhill@realitydiluted.com> | 2005-07-22 05:15:47 +0000 |
|---|---|---|
| committer | "Steven J. Hill" <sjhill@realitydiluted.com> | 2005-07-22 05:15:47 +0000 |
| commit | eb6ed4fe445d1d604a6deab019d547f78540127e (patch) | |
| tree | 18c7330002ea33abdc97c8b95678ac518d81b708 /libc/string | |
| parent | 1dfbbd5f31e77a66e8c8b6f9e40e16277eb9f39d (diff) | |
| download | uClibc-alpine-eb6ed4fe445d1d604a6deab019d547f78540127e.tar.bz2 uClibc-alpine-eb6ed4fe445d1d604a6deab019d547f78540127e.tar.xz | |
Massive clean up of makefiles with a focus on being able to compile correctly
both thread library models. Items of interest are the 'Rules.mak' changes at
the top level as well as the new 'Rules.mak' for the NPTL library.
Diffstat (limited to 'libc/string')
| -rw-r--r-- | libc/string/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/string/Makefile b/libc/string/Makefile index 111bf2fdb..4150e403e 100644 --- a/libc/string/Makefile +++ b/libc/string/Makefile @@ -64,7 +64,7 @@ endif OBJS=$(MOBJ) $(MOBJx) ifeq ($(UCLIBC_HAS_WCHAR),y) - OBJS += $(MOBJW) $(MOBJWx) +OBJS += $(MOBJW) $(MOBJWx) endif OBJ_LIST=../obj.string |
