From b8b8d81c24418010c86686e662f6a020aa28f817 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Fri, 1 Dec 2000 20:26:30 +0000 Subject: Fix yet another blunder. Create symlink correctly this time. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3