Chromium Code Reviews| Index: ports/glibc-compat/Makefile |
| diff --git a/ports/glibc-compat/Makefile b/ports/glibc-compat/Makefile |
| index 484c297c826f1013c0f6f179a4de9e723fd71fef..8554e8c53d8f162e28da673b71feb6825f35a63f 100644 |
| --- a/ports/glibc-compat/Makefile |
| +++ b/ports/glibc-compat/Makefile |
| @@ -15,31 +15,33 @@ CPPFLAGS += -DNACL_SDK_VERSION=$(NACL_SDK_VERSION) |
| CPPFLAGS += -g |
| OUT := out |
| SOURCES := \ |
| - src/alarm.c \ |
| - src/err.c \ |
| - src/getprotobyname_r.c \ |
| - src/getservbyname_r.c \ |
| - src/herrno.c \ |
| - src/herror.c \ |
| - src/in6_addr.c \ |
| - src/inet_addr.c \ |
| - src/inet_pton.c \ |
| - src/lockf.c \ |
| - src/mktemp.c \ |
| - src/ns_name.c \ |
| - src/ns_netint.c \ |
| - src/ns_samedomain.c \ |
| - src/qsort_r.c \ |
| - src/random.c \ |
| - src/realpath.c \ |
| - src/res_comp.c \ |
| - src/res_data.c \ |
| - src/res_debug.c \ |
| - src/res_init.c \ |
| - src/res_libc.c \ |
| - src/res_mkquery.c \ |
| - src/res_query.c \ |
| - src/res_send.c |
| + src/alarm.c \ |
| + src/err.c \ |
| + src/getprotobyname_r.c \ |
| + src/getservbyname_r.c \ |
| + src/herrno.c \ |
| + src/herror.c \ |
| + src/in6_addr.c \ |
| + src/inet_addr.c \ |
| + src/inet_pton.c \ |
| + src/lockf.c \ |
| + src/mktemp.c \ |
| + src/ns_name.c \ |
| + src/ns_netint.c \ |
| + src/ns_samedomain.c \ |
| + src/qsort_r.c \ |
| + src/random.c \ |
| + src/readv.c \ |
| + src/realpath.c \ |
| + src/res_comp.c \ |
| + src/res_data.c \ |
| + src/res_debug.c \ |
| + src/res_init.c \ |
| + src/res_libc.c \ |
| + src/res_mkquery.c \ |
| + src/res_query.c \ |
| + src/res_send.c \ |
| + src/writev.c |
|
Sam Clegg
2015/07/16 00:26:29
Yes, please change this indentation back
|
| OBJS := $(patsubst src/%.c,$(OUT)/%.o,$(SOURCES)) |