summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. 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)
commit9e3eade5adec7dcb0f2f08390c3273085e7d03bc (patch)
tree2b860181c9d2b100845ad3b4481c9306e0d4b2f1
parentde9921ff0ae2990308b85bb67810e734350f670a (diff)
Fix path to .la files.
-rwxr-xr-xbuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/build b/build
index cea1ea2..dc8273e 100755
--- a/build
+++ b/build
@@ -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 \