From f76da70cda70ce995658e15458bd2b0e148f3411 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Tue, 8 Apr 2014 15:29:23 +0200 Subject: [PATCH] software/libcompiler-rt: adapt to new upstream directory organization --- software/libcompiler-rt/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/software/libcompiler-rt/Makefile b/software/libcompiler-rt/Makefile index feeeb69cb..f47290a05 100644 --- a/software/libcompiler-rt/Makefile +++ b/software/libcompiler-rt/Makefile @@ -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