aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-07-04 22:17:01 +0000
committerEric Andersen <andersen@codepoet.org>2000-07-04 22:17:01 +0000
commit2086e3d679464c5c443ff66310adb9a6d0b70e6a (patch)
tree12c1009a533ca3220b2bc4e1771e2cd4b346d3b4 /Makefile
parent028fb625f53208a4d835f4a5ae034c3edc1ad051 (diff)
downloadbusybox-w32-2086e3d679464c5c443ff66310adb9a6d0b70e6a.tar.gz
busybox-w32-2086e3d679464c5c443ff66310adb9a6d0b70e6a.tar.bz2
busybox-w32-2086e3d679464c5c443ff66310adb9a6d0b70e6a.zip
Some cosmetic updates. Changed "OPTIONS" to "Options".
-Erik
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f1153830b..27ea8fd7f 100644
--- a/Makefile
+++ b/Makefile
@@ -133,7 +133,7 @@ olddoc/BusyBox.html: olddoc/busybox.lineo.com/BusyBox.html
133 - ln -s busybox.lineo.com/BusyBox.html docs/BusyBox.html 133 - ln -s busybox.lineo.com/BusyBox.html docs/BusyBox.html
134 134
135olddoc/busybox.lineo.com/BusyBox.html: docs/busybox.pod 135olddoc/busybox.lineo.com/BusyBox.html: docs/busybox.pod
136 - pod2html docs/busybox.pod > docs/busybox.lineo.com/BusyBox.html 136 - pod2html --noindex docs/busybox.pod > docs/busybox.lineo.com/BusyBox.html
137 - rm -f pod2html* 137 - rm -f pod2html*
138 138
139busybox: $(OBJECTS) 139busybox: $(OBJECTS)