diff options
author | Garrett D'Amore <garrett@nexenta.com> | 2010-07-30 07:06:32 -0700 |
---|---|---|
committer | Garrett D'Amore <garrett@nexenta.com> | 2010-07-30 07:06:32 -0700 |
commit | 4297a3b0d0a35d80f86fff155e288e885a100e6d (patch) | |
tree | bba873e6335d31404bbac128ffa6ebe126b43900 /usr/src/lib/libc/Makefile.targ | |
parent | 969bc941052c29943dfb40d55089dc56fa46be57 (diff) | |
download | illumos-joyent-4297a3b0d0a35d80f86fff155e288e885a100e6d.tar.gz |
2 We need a fully open libc (no libc_i18n)
Reviewd by: garrett@nexenta.com
Approved by: garrett@nexenta.com
Diffstat (limited to 'usr/src/lib/libc/Makefile.targ')
-rw-r--r-- | usr/src/lib/libc/Makefile.targ | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/usr/src/lib/libc/Makefile.targ b/usr/src/lib/libc/Makefile.targ index c4beadabd3..cb01074143 100644 --- a/usr/src/lib/libc/Makefile.targ +++ b/usr/src/lib/libc/Makefile.targ @@ -172,6 +172,11 @@ pics/%.o %.o: $(LIBCBASE)/../port/gen/%.c $(COMPILE.c) -o $@ $< $(POST_PROCESS_O) +# locale rules +pics/%.o %.o: $(LIBCBASE)/../port/locale/%.c + $(COMPILE.c) -o $@ $< + $(POST_PROCESS_O) + # print rules pics/%.o: $(LIBCBASE)/../port/print/%.c $(COMPILE.c) -o $@ $< |