aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorpkj <pkj@69ca8d6d-28ef-0310-b511-8ec308f3f277>2004-11-02 09:05:22 +0000
committerpkj <pkj@69ca8d6d-28ef-0310-b511-8ec308f3f277>2004-11-02 09:05:22 +0000
commitf023f2c9859053a3d98e3d78b8cd5e2cf258835a (patch)
treebc88e0474d7b9b40415d7b13c4d189838b1cf210 /Makefile
parent9d44ca7291c691cd71a6f452525502201748a3ee (diff)
downloadbusybox-w32-f023f2c9859053a3d98e3d78b8cd5e2cf258835a.tar.gz
busybox-w32-f023f2c9859053a3d98e3d78b8cd5e2cf258835a.tar.bz2
busybox-w32-f023f2c9859053a3d98e3d78b8cd5e2cf258835a.zip
Correct the install-hardlinks target the same way as was already done
for the install target. git-svn-id: svn://busybox.net/trunk/busybox@9497 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4dbd9aa8c..7c5575418 100644
--- a/Makefile
+++ b/Makefile
@@ -147,7 +147,7 @@ uninstall: busybox.links
147 rm -f $(PREFIX)/bin/busybox 147 rm -f $(PREFIX)/bin/busybox
148 for i in `cat busybox.links` ; do rm -f $(PREFIX)$$i; done 148 for i in `cat busybox.links` ; do rm -f $(PREFIX)$$i; done
149 149
150install-hardlinks: applets/install.sh busybox busybox.links 150install-hardlinks: $(top_srcdir)/applets/install.sh busybox busybox.links
151 $(SHELL) $< $(PREFIX) --hardlinks 151 $(SHELL) $< $(PREFIX) --hardlinks
152 152
153check: busybox 153check: busybox