Correct the install-hardlinks target the same way as was already done

for the install target.
This commit is contained in:
Peter Kjellerstedt 2004-11-02 09:05:22 +00:00
parent 92271e5a0d
commit 88da3ef506

View File

@ -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