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

for the install target.
1_00_stable_10817
Peter Kjellerstedt 2004-11-02 09:05:22 +00:00
parent 92271e5a0d
commit 88da3ef506
1 changed files with 1 additions and 1 deletions

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