X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=utils%2Fnhfsstone%2FMakefile;h=ea41f5e8be0e1c61ce318462fcc8ae48bfdbdb37;hp=55a09eeb6dfd7267da6231689e49765621dc8f2d;hb=83b193255274fdb03a78d7f61ffe8a5b816d1a2b;hpb=f7749966932dd117d71159a41da86b675c0c1d5a diff --git a/utils/nhfsstone/Makefile b/utils/nhfsstone/Makefile index 55a09ee..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) $$s $(SBINDIR)/$(PREFIX)$k$$s; \ + $(INSTALLSCRIPT) $$s $(SBINDIR)/$(PREFIX)$k$$s; \ done