X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=utils%2Fnhfsstone%2FMakefile;h=ea41f5e8be0e1c61ce318462fcc8ae48bfdbdb37;hp=cb256277913057ed2cf7129b9bbe2773ae62af51;hb=83b193255274fdb03a78d7f61ffe8a5b816d1a2b;hpb=1773e694f0dbb54dc5a5da0c14fc14360f47b5a4 diff --git a/utils/nhfsstone/Makefile b/utils/nhfsstone/Makefile index cb25627..ea41f5e 100644 --- a/utils/nhfsstone/Makefile +++ b/utils/nhfsstone/Makefile @@ -4,6 +4,7 @@ SCRIPTS = nhfsrun nhfsnums nhfsgraph +TOP = ../../ PROGRAM = nhfsstone OBJS = nhfsstone.o MAN8 = nhfsstone $(SCRIPTS) @@ -12,5 +13,5 @@ include $(TOP)rules.mk install:: for s in $(SCRIPTS); do \ - $(INSTALLBIN) $(PROGRAM) $(SBINDIR)/$(PREFIX)$k$$s; \ + $(INSTALLSCRIPT) $$s $(SBINDIR)/$(PREFIX)$k$$s; \ done