aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index bdef05a13..4b5ace8d1 100644
--- a/Makefile
+++ b/Makefile
@@ -80,7 +80,6 @@ ifndef $(PREFIX)
PREFIX = `pwd`/_install
endif
-
OBJECTS = $(shell ./busybox.sh) busybox.o messages.o utility.o
CFLAGS += -DBB_VER='"$(VERSION)"'
CFLAGS += -DBB_BT='"$(BUILDTIME)"'
@@ -125,10 +124,10 @@ docs/busybox.txt: docs/busybox.sgml
docs/busybox.dvi: docs/busybox.sgml
(cd docs; sgmltools -b dvi busybox.sgml)
-docs/busybox.ps: docs/BusyBox.dvi
+docs/busybox.ps: docs/busybox.sgml
(cd docs; sgmltools -b ps busybox.sgml)
-docs/busybox.pdf: docs/BusyBox.ps
+docs/busybox.pdf: docs/busybox.ps
(cd docs; ps2pdf busybox.ps)
docs/busybox/busybox.html: docs/busybox.sgml