aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index f1ca4a522..6471e3490 100644
--- a/Makefile
+++ b/Makefile
@@ -102,11 +102,10 @@ docs/BusyBox.1: docs/busybox.pod
102 102
103docs/BusyBox.html: docs/busybox.pod 103docs/BusyBox.html: docs/busybox.pod
104 pod2html docs/busybox.pod > docs/busybox.lineo.com/BusyBox.html 104 pod2html docs/busybox.pod > docs/busybox.lineo.com/BusyBox.html
105 ln -s busybox.lineo.com/BusyBox.html docs/BusyBox.html 105 - rm -f docs/BusyBox.html
106 - ln -s busybox.lineo.com/BusyBox.html docs/BusyBox.html
106 - rm -f pod2html* 107 - rm -f pod2html*
107 108
108clean:
109
110busybox: $(OBJECTS) 109busybox: $(OBJECTS)
111 $(CC) $(LDFLAGS) -o $@ $^ $(LIBRARIES) 110 $(CC) $(LDFLAGS) -o $@ $^ $(LIBRARIES)
112 $(STRIP) 111 $(STRIP)