summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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