diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-05-01 19:35:28 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-05-01 19:35:28 (EDT) |
commit | e6940e551211609652b33ef3c5293fbd4b4641f6 (patch) | |
tree | c7762c3043dfacc279513365f12d116a2e7f2cff /build | |
parent | 298f77157d4e98f60f83f28f6cd9d73760401a80 (diff) |
build: Remove static library
Diffstat (limited to 'build')
-rwxr-xr-x | build | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -18,6 +18,7 @@ install: build oh-autoinstall oh-fixperms oh-strip - rm -rf dest/usr/lib/$(OPK_HOST_ARCH)/libgmp.la + rm -f dest/usr/lib/$(OPK_HOST_ARCH)/libgmp.la + rm -f dest/usr/lib/$(OPK_HOST_ARCH)/libgmp.a rm -f dest/usr/share/info/dir oh-installfiles |