mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-17 00:00:40 +00:00
2aa59dc6ec
PR: 10939 Submitted by: Juergen Lock <nox@jelal.kn-bremen.de>
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)
|