mktemp: fix for dir/file.XXXXXX param (by Rob). +9 bytes.
[oweals/busybox.git] / Makefile.custom
index ecba6bd7938440a8f05d5d630d65729123950ba3..01d69ddf849aec6dc87b92d75ff3f9243509e2c7 100644 (file)
@@ -2,7 +2,7 @@
 # Build system
 # ==========================================================================
 
-busybox.links: $(srctree)/applets/busybox.mkll $(objtree)/include/autoconf.h $(srctree)/include/applets.h
+busybox.links: $(srctree)/applets/busybox.mkll $(objtree)/include/autoconf.h include/applets.h
        $(Q)-$(SHELL) $^ >$@
 
 .PHONY: install
@@ -118,7 +118,7 @@ disp_doc       = $($(quiet)cmd_doc)
 # sed adds newlines after "Options:" etc,
 # this is needed in order to get good BusyBox.{1,txt,html}
 docs/busybox.pod: $(srctree)/docs/busybox_header.pod \
-               $(srctree)/include/usage.h \
+               include/usage.h \
                $(srctree)/docs/busybox_footer.pod \
                applets/usage_pod
        $(disp_doc)