From 513ba3f7d4eef309d2307cf9787d7d980a29164d Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Fri, 29 Apr 2011 08:24:10 +0200 Subject: [PATCH] Add space between -m and 755 for install Signed-off-by: Jens Axboe --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c45a1b1c..ea743547 100644 --- a/Makefile +++ b/Makefile @@ -89,7 +89,7 @@ cscope: @cscope -b -R install: $(PROGS) $(SCRIPTS) - $(INSTALL) -m755 -d $(DESTDIR)$(bindir) + $(INSTALL) -m 755 -d $(DESTDIR)$(bindir) $(INSTALL) $(PROGS) $(SCRIPTS) $(DESTDIR)$(bindir) $(INSTALL) -m 755 -d $(DESTDIR)$(mandir)/man1 $(INSTALL) -m 644 fio.1 $(DESTDIR)$(mandir)/man1 -- 2.25.1