From 27d61037f7991e7bee1a8fd75fdcd53eae0a769a Mon Sep 17 00:00:00 2001 From: Joshua Haberman Date: Tue, 15 Feb 2011 09:49:08 -0800 Subject: Whoops, fix small bug in Makefile. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 56a1f75..0770c78 100644 --- a/Makefile +++ b/Makefile @@ -121,7 +121,7 @@ $(LIBUPB): $(OBJ) $(Q) ar rcs $(LIBUPB) $(OBJ) $(LIBUPB_PIC): $(PICOBJ) $(E) AR $(LIBUPB_PIC) - $(Q) rcs $(LIBUPB_PIC) $(PICOBJ) + $(Q) ar rcs $(LIBUPB_PIC) $(PICOBJ) %.o : %.c $(E) CC $< -- cgit v1.2.3