From: Peter Kjellerstedt Date: Tue, 2 Nov 2004 09:05:22 +0000 (-0000) Subject: Correct the install-hardlinks target the same way as was already done X-Git-Tag: 1_1_0~1126 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=88da3ef506237b5d808571d15aca6052bf778cce;p=oweals%2Fbusybox.git Correct the install-hardlinks target the same way as was already done for the install target. --- 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