Fix broken macro
[oweals/busybox.git] / Makefile
index 4dbd9aa8ceff1c51301766daebfcf5aafbd2b6d3..ecbfcec5eda6a4a5e9e6847e86862cdb4f5705b1 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -22,7 +22,7 @@
 #--------------------------------------------------------------
 noconfig_targets := menuconfig config oldconfig randconfig \
        defconfig allyesconfig allnoconfig clean distclean \
-       release tags  
+       release tags
 
 ifndef TOPDIR
 TOPDIR=$(CURDIR)/
@@ -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