diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-12-01 20:26:30 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-12-01 20:26:30 +0000 |
commit | b8b8d81c24418010c86686e662f6a020aa28f817 (patch) | |
tree | e9be3d1baa748cb859a2b237bcd0134be9f96422 /Makefile | |
parent | 4d449c42f2a925fd99d396dd1b3e002947e11b13 (diff) |
Fix yet another blunder. Create symlink correctly this time.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |