aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-06-02 03:21:42 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-06-02 03:21:42 +0000
commit9e3d5ab99f2b9cb84b0ec52b24812b0081b0cc0a (patch)
tree10aa90962757d07724c78e4fc9baaa27ca7b4858 /Makefile
parentbe1caa3c14daabb874a1faab40ffdcf9ece9dd02 (diff)
downloadbusybox-w32-9e3d5ab99f2b9cb84b0ec52b24812b0081b0cc0a.tar.gz
busybox-w32-9e3d5ab99f2b9cb84b0ec52b24812b0081b0cc0a.tar.bz2
busybox-w32-9e3d5ab99f2b9cb84b0ec52b24812b0081b0cc0a.zip
A number of additional fixed from Pavel Roskin, note some more bugs in the
TODO list. Add Glenn to the Authors list for writing a mini ar for BusyBox, which is now included. -Erik git-svn-id: svn://busybox.net/trunk/busybox@594 69ca8d6d-28ef-0310-b511-8ec308f3f277
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)