aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 3b24002fc..345c3c35f 100644
--- a/Makefile
+++ b/Makefile
@@ -184,19 +184,19 @@ docs/busybox.txt: docs/busybox.sgml
184 @echo BusyBox Documentation 184 @echo BusyBox Documentation
185 @echo 185 @echo
186 - mkdir -p docs 186 - mkdir -p docs
187 (cd docs; sgmltools -b txt $(BB_SRC_DIR)/busybox.sgml) 187 (cd docs; sgmltools -b txt busybox.sgml)
188 188
189docs/busybox.dvi: docs/busybox.sgml 189docs/busybox.dvi: docs/busybox.sgml
190 - mkdir -p docs 190 - mkdir -p docs
191 (cd docs; sgmltools -b dvi $(BB_SRC_DIR)/busybox.sgml) 191 (cd docs; sgmltools -b dvi busybox.sgml)
192 192
193docs/busybox.ps: docs/busybox.sgml 193docs/busybox.ps: docs/busybox.sgml
194 - mkdir -p docs 194 - mkdir -p docs
195 (cd docs; sgmltools -b ps $(BB_SRC_DIR)/busybox.sgml) 195 (cd docs; sgmltools -b ps busybox.sgml)
196 196
197docs/busybox.pdf: docs/busybox.ps 197docs/busybox.pdf: docs/busybox.ps
198 - mkdir -p docs 198 - mkdir -p docs
199 (cd docs; ps2pdf $(BB_SRC_DIR)/busybox.ps) 199 (cd docs; ps2pdf busybox.ps)
200 200
201docs/busybox/busyboxdocumentation.html: docs/busybox.sgml 201docs/busybox/busyboxdocumentation.html: docs/busybox.sgml
202 - mkdir -p docs 202 - mkdir -p docs
@@ -209,7 +209,7 @@ busybox: $(OBJECTS)
209 $(STRIP) 209 $(STRIP)
210 210
211busybox.links: Config.h 211busybox.links: Config.h
212 -$(BB_SRC_DIR)/busybox.mkll $(BB_SRC_DIR)/applets.h | sort >$@ 212 - $(BB_SRC_DIR)/busybox.mkll $(CONFIG_H) $(BB_SRC_DIR)/applets.h >$@
213 213
214nfsmount.o cmdedit.o: %.o: %.h 214nfsmount.o cmdedit.o: %.o: %.h
215$(OBJECTS): %.o: %.c Config.h busybox.h Makefile 215$(OBJECTS): %.o: %.c Config.h busybox.h Makefile