From f7749966932dd117d71159a41da86b675c0c1d5a Mon Sep 17 00:00:00 2001 From: chip Date: Sat, 26 Feb 2000 10:12:08 +0000 Subject: [PATCH] Fix typo. --- utils/nhfsstone/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/nhfsstone/Makefile b/utils/nhfsstone/Makefile index cb25627..55a09ee 100644 --- a/utils/nhfsstone/Makefile +++ b/utils/nhfsstone/Makefile @@ -12,5 +12,5 @@ include $(TOP)rules.mk install:: for s in $(SCRIPTS); do \ - $(INSTALLBIN) $(PROGRAM) $(SBINDIR)/$(PREFIX)$k$$s; \ + $(INSTALLBIN) $$s $(SBINDIR)/$(PREFIX)$k$$s; \ done -- 2.39.2