diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-04-24 20:42:34 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-04-24 20:42:34 +0000 |
commit | 7337e931e69a518f58aa7952f10d687f5abc7958 (patch) | |
tree | d3cf475978c61e23bff797c745f562397147839b /ldso | |
parent | 21d2c1a6398228b1cadc11e7e4c3f40b1f628f75 (diff) |
Make sure 'make install' creates needed dirs.
Diffstat (limited to 'ldso')
-rw-r--r-- | ldso/Makefile | 1 |
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 |