X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=Makefile;h=ea7435475edd50fe9574be701d669ca232c3c18c;hp=0dc997c86fad22d433bfc3067f10d2f43aa379ab;hb=b841ac86d4eb1659189171b7abebd986c7945f51;hpb=91aea6ec78170ffeb64a2a374ba69bce4986b86f diff --git a/Makefile b/Makefile index 0dc997c8..ea743547 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,7 @@ ifeq ($(UNAME), Linux) CFLAGS += -rdynamic endif ifeq ($(UNAME), SunOS) - SOURCE += fifo.c lib/strsep.c helpers.c solaris.c engines/posixaio.c \ + SOURCE += fifo.c lib/strsep.c helpers.c engines/posixaio.c \ engines/solarisaio.c LIBS += -lpthread -ldl -laio -lrt -lnsl -lsocket CPPFLAGS += -D__EXTENSIONS__ @@ -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