diff options
author | P. J. McDermott <pjm@nac.net> | 2012-07-28 07:53:31 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2012-07-28 07:53:31 (EDT) |
commit | 9e3eade5adec7dcb0f2f08390c3273085e7d03bc (patch) | |
tree | 2b860181c9d2b100845ad3b4481c9306e0d4b2f1 | |
parent | de9921ff0ae2990308b85bb67810e734350f670a (diff) |
Fix path to .la files.
-rwxr-xr-x | build | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -85,7 +85,7 @@ install.stamp: build rmdir "dest/usr/$(OH_HOST_ARCH_GNU)"; \ done # Remove static library dependency metadata generated by libtool. - rm -f dest/usr/lib/$(OH_HOST_ARCH)/*.la + rm -f dest/usr/lib/$(OH_HOST_ARCH)/*/*.la # Make symbolic links to native utilities. for target in $(PKG_TARGETS); do \ if [ '$(OH_HOST_ARCH)' = "$${target}" ]; then \ |