software/libcompiler-rt: adapt to new upstream directory organization
authorSebastien Bourdeauducq <sb@m-labs.hk>
Tue, 8 Apr 2014 13:29:23 +0000 (15:29 +0200)
committerSebastien Bourdeauducq <sb@m-labs.hk>
Tue, 8 Apr 2014 13:29:23 +0000 (15:29 +0200)
software/libcompiler-rt/Makefile

index feeeb69cb2cf088076a49df82ab8ae716897c0b5..f47290a052c2564833cd4e5dc8b2f751978e4b22 100644 (file)
@@ -16,7 +16,7 @@ libcompiler-rt.a: $(OBJECTS)
        $(AR) clr libcompiler-rt.a $(OBJECTS)
        $(RANLIB) libcompiler-rt.a
 
-%.o: $(CRTDIR)/lib/%.c
+%.o: $(CRTDIR)/lib/builtins/%.c
        $(compile-dep)
 
 .PHONY: clean