Correct the install-hardlinks target the same way as was already done
for the install target.
This commit is contained in:
parent
92271e5a0d
commit
88da3ef506
2
Makefile
2
Makefile
@ -147,7 +147,7 @@ uninstall: busybox.links
|
|||||||
rm -f $(PREFIX)/bin/busybox
|
rm -f $(PREFIX)/bin/busybox
|
||||||
for i in `cat busybox.links` ; do rm -f $(PREFIX)$$i; done
|
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
|
$(SHELL) $< $(PREFIX) --hardlinks
|
||||||
|
|
||||||
check: busybox
|
check: busybox
|
||||||
|
Loading…
Reference in New Issue
Block a user