aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPeter Kjellerstedt <peter.kjellerstedt@axis.com>2004-11-02 09:05:22 +0000
committerPeter Kjellerstedt <peter.kjellerstedt@axis.com>2004-11-02 09:05:22 +0000
commit88da3ef506237b5d808571d15aca6052bf778cce (patch)
treebc88e0474d7b9b40415d7b13c4d189838b1cf210 /Makefile
parent92271e5a0d17c92466a3c6f482851fadbc388e4f (diff)
downloadbusybox-88da3ef506237b5d808571d15aca6052bf778cce.tar.gz
Correct the install-hardlinks target the same way as was already done
for the install target.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4dbd9aa8c..7c5575418 100644
--- a/Makefile
+++ b/Makefile
@@ -147,7 +147,7 @@ uninstall: busybox.links
rm -f $(PREFIX)/bin/busybox
for i in `cat busybox.links` ; do rm -f $(PREFIX)$$i; done
-install-hardlinks: applets/install.sh busybox busybox.links
+install-hardlinks: $(top_srcdir)/applets/install.sh busybox busybox.links
$(SHELL) $< $(PREFIX) --hardlinks
check: busybox