summaryrefslogtreecommitdiff
path: root/tools/Makefile.osx
diff options
context:
space:
mode:
Diffstat (limited to 'tools/Makefile.osx')
-rw-r--r--tools/Makefile.osx4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/Makefile.osx b/tools/Makefile.osx
index ab3ce10..7ce66ab 100644
--- a/tools/Makefile.osx
+++ b/tools/Makefile.osx
@@ -49,11 +49,11 @@ ivyperf: ivyperf.o ../src/libivy.a
installbins: $(TARGETS)
- test -d $(DESTDIR)$(PREFIX)/bin || mkdirhier $(DESTDIR)$(PREFIX)/bin
+ test -d $(DESTDIR)$(PREFIX)/bin || mkdir -p $(DESTDIR)$(PREFIX)/bin
install -m755 ivyprobe $(DESTDIR)$(PREFIX)/bin
installbins_omp: $(OMP_TARGET)
- test -d $(DESTDIR)$(PREFIX)/bin || mkdirhier $(DESTDIR)$(PREFIX)/bin
+ test -d $(DESTDIR)$(PREFIX)/bin || mkdir -p $(DESTDIR)$(PREFIX)/bin
install -m755 ivyprobe_omp $(DESTDIR)$(PREFIX)/bin
install: installbins