summaryrefslogtreecommitdiff
path: root/ldso/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-04-24 20:42:34 +0000
committerEric Andersen <andersen@codepoet.org>2001-04-24 20:42:34 +0000
commit7337e931e69a518f58aa7952f10d687f5abc7958 (patch)
treed3cf475978c61e23bff797c745f562397147839b /ldso/Makefile
parent21d2c1a6398228b1cadc11e7e4c3f40b1f628f75 (diff)
Make sure 'make install' creates needed dirs.
Diffstat (limited to 'ldso/Makefile')
-rw-r--r--ldso/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/ldso/Makefile b/ldso/Makefile
index 34d36a914..d5d3ef640 100644
--- a/ldso/Makefile
+++ b/ldso/Makefile
@@ -12,6 +12,7 @@ all:
install: all
mkdir -p $(TARGETDIR)/etc
+ mkdir -p $(TARGETDIR)/lib
cp -a ./d-link/ld-linux-uclibc.so.1 ./d-link/libdl/libdl.so.1 $(TARGETDIR)/lib
./util/ldconfig