Signed-off-by: aldot <[email protected]>
---
Makefile | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/Makefile b/Makefile
index 1254407..e209d7b 100644
--- a/Makefile
+++ b/Makefile
@@ -17,11 +17,12 @@ osdctl:
cd src/$@; make
install: all
+ $(INSTALL) -d $(BINDIR)
$(INSTALL) src/osdsh/osdsh $(BINDIR)
$(INSTALL) src/osdctl/osdctl $(BINDIR)
- mkdir -p $(LIBDIR)/osdsh
+ $(INSTALL) -d $(LIBDIR)/osdsh
$(INSTALL) src/osdsh/libosdsh*.so $(LIBDIR)/osdsh
- mkdir -p $(DOCDIR)
+ $(INSTALL) -d $(DOCDIR)
$(INSTALL) README $(DOCDIR)
clean:
--
1.5.6.5
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]