Index: newlib/libc/sys/nacl/Makefile.am |
diff --git a/newlib/libc/sys/nacl/Makefile.am b/newlib/libc/sys/nacl/Makefile.am |
index a5463bc0cb81212b5b18ab3593c997b531ac2a0d..7c6a1c3aa9eeae105bf7fbb91eec4491a698cc30 100644 |
--- a/newlib/libc/sys/nacl/Makefile.am |
+++ b/newlib/libc/sys/nacl/Makefile.am |
@@ -12,6 +12,9 @@ lib_a_SOURCES = dummysys.c aeabi_atexit.c |
lib_a_CCASFLAGS = $(AM_CCASFLAGS) |
lib_a_CFLAGS = $(AM_CFLAGS) |
+.c.o: |
Roland McGrath
2015/10/09 20:42:19
Put the explanation in a comment here rather than
Petr Hosek
2015/10/15 18:39:59
Done.
|
+ $(COMPILE) -c $< -o $@ |
+ |
all: crt0.o |
ACLOCAL_AMFLAGS = -I ../../.. -I ../../../.. |