From 88da3ef506237b5d808571d15aca6052bf778cce Mon Sep 17 00:00:00 2001 From: Peter Kjellerstedt Date: Tue, 2 Nov 2004 09:05:22 +0000 Subject: Correct the install-hardlinks target the same way as was already done for the install target. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3