summaryrefslogtreecommitdiff
path: root/audio/dap/files/patch-ad
blob: 34efa2bbfcde173231a0aaf4114db920250768c0 (plain) (blame)
1
2
3
4
5
6
7
8
9
Index: spkit/spkit/Makefile.linux
@@ -65,6 +65,7 @@
 libdsp.a: $(OBJS)
 	rm -f $(LIBNAME)
 	ar ruv $(LIBNAME) $(OBJS)
+	ranlib $(LIBNAME)
 
 clean:
 	rm -f $(OBJS)