mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-17 00:00:40 +00:00
10 lines
164 B
Plaintext
10 lines
164 B
Plaintext
|
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)
|