aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-12-01 20:26:30 +0000
committerEric Andersen <andersen@codepoet.org>2000-12-01 20:26:30 +0000
commitb8b8d81c24418010c86686e662f6a020aa28f817 (patch)
treee9be3d1baa748cb859a2b237bcd0134be9f96422 /Makefile
parent4d449c42f2a925fd99d396dd1b3e002947e11b13 (diff)
downloadbusybox-b8b8d81c24418010c86686e662f6a020aa28f817.tar.gz
Fix yet another blunder. Create symlink correctly this time.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d6d7c6214..614fea13a 100644
--- a/Makefile
+++ b/Makefile
@@ -168,7 +168,7 @@ docs/BusyBox.1: docs/busybox.pod
docs/BusyBox.html: docs/busybox.lineo.com/BusyBox.html
-@ rm -f docs/BusyBox.html
- -@ ln -s docs/busybox.lineo.com/BusyBox.html docs/BusyBox.html
+ -@ ln -s busybox.lineo.com/BusyBox.html docs/BusyBox.html
docs/busybox.lineo.com/BusyBox.html: docs/busybox.pod
-@ mkdir -p docs/busybox.lineo.com