Correct the install-hardlinks target the same way as was already done
authorPeter Kjellerstedt <peter.kjellerstedt@axis.com>
Tue, 2 Nov 2004 09:05:22 +0000 (09:05 -0000)
committerPeter Kjellerstedt <peter.kjellerstedt@axis.com>
Tue, 2 Nov 2004 09:05:22 +0000 (09:05 -0000)
for the install target.

Makefile

index 4dbd9aa8ceff1c51301766daebfcf5aafbd2b6d3..7c5575418253c9c8472d9b6494f9e2d14d7d7cbb 100644 (file)
--- 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