projects
/
nfs-utils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1773e69
)
Fix typo.
author
chip
<chip>
Sat, 26 Feb 2000 10:12:08 +0000
(10:12 +0000)
committer
chip
<chip>
Sat, 26 Feb 2000 10:12:08 +0000
(10:12 +0000)
utils/nhfsstone/Makefile
patch
|
blob
|
history
diff --git
a/utils/nhfsstone/Makefile
b/utils/nhfsstone/Makefile
index
cb25627
..
55a09ee
100644
(file)
--- 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