summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJoshua Haberman <joshua@reverberate.org>2011-02-15 09:49:08 -0800
committerJoshua Haberman <joshua@reverberate.org>2011-02-15 09:49:08 -0800
commit27d61037f7991e7bee1a8fd75fdcd53eae0a769a (patch)
treee288e72acfc82c906c2c823081ef1841df5f1cd7 /Makefile
parent731282a8cca783c3f28d9c2e11d81c420a7e45ac (diff)
Whoops, fix small bug in Makefile.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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 $<
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback