X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=Makefile;h=8c7cb41bea7cd5ef8c66279d90a9dcf5d4c11b9c;hb=c488f87953ff2c4d4fc005c52ec30c5cb6885f72;hp=b44f9a3a5c283e064cd5cbdcfe6d5746f2ac3b9e;hpb=fe6bb3853c7648e52f9162b7eb7bee3346d7c06c;p=oweals%2Fbusybox.git diff --git a/Makefile b/Makefile index b44f9a3a5..8c7cb41be 100644 --- a/Makefile +++ b/Makefile @@ -393,7 +393,7 @@ docs/busybox.net/BusyBox.html: docs/busybox.pod # The nifty new dependency stuff scripts/bb_mkdep: $(top_srcdir)/scripts/bb_mkdep.c - $(compile.h) + $(do_link.h) DEP_INCLUDES := include/bb_config.h @@ -406,7 +406,7 @@ include/bbconfigopts.h: .config endif scripts/usage: $(top_srcdir)/scripts/usage.c .config - $(compile.h) -I$(top_srcdir)/include + $(do_link.h) -I$(top_srcdir)/include DEP_INCLUDES += include/usage_compressed.h include/usage_compressed.h: .config scripts/usage