[BusyBox-cvs] CVS busybox
CVS User pkj
pkj at codepoet.org
Tue Nov 2 09:05:22 UTC 2004
Update of /var/cvs/busybox
In directory nail:/tmp/cvs-serv20453
Modified Files:
Makefile
Log Message:
Correct the install-hardlinks target the same way as was already done
for the install target.
--- /var/cvs/busybox/Makefile 2004/10/13 17:45:57 1.299
+++ /var/cvs/busybox/Makefile 2004/11/02 09:05:22 1.300
@@ -147,7 +147,7 @@
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
More information about the busybox-cvs
mailing list