diff options
author | Peter Kjellerstedt <peter.kjellerstedt@axis.com> | 2004-11-02 09:05:22 +0000 |
---|---|---|
committer | Peter Kjellerstedt <peter.kjellerstedt@axis.com> | 2004-11-02 09:05:22 +0000 |
commit | 88da3ef506237b5d808571d15aca6052bf778cce (patch) | |
tree | bc88e0474d7b9b40415d7b13c4d189838b1cf210 | |
parent | 92271e5a0d17c92466a3c6f482851fadbc388e4f (diff) | |
download | busybox-w32-88da3ef506237b5d808571d15aca6052bf778cce.tar.gz busybox-w32-88da3ef506237b5d808571d15aca6052bf778cce.tar.bz2 busybox-w32-88da3ef506237b5d808571d15aca6052bf778cce.zip |
Correct the install-hardlinks target the same way as was already done
for the install target.
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 | ||
150 | install-hardlinks: applets/install.sh busybox busybox.links | 150 | install-hardlinks: $(top_srcdir)/applets/install.sh busybox busybox.links |
151 | $(SHELL) $< $(PREFIX) --hardlinks | 151 | $(SHELL) $< $(PREFIX) --hardlinks |
152 | 152 | ||
153 | check: busybox | 153 | check: busybox |