diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-04-29 04:19:10 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-04-29 04:19:10 +0000 |
commit | 12ef09b81829956d0c4f19fb45bd07cfb131235b (patch) | |
tree | 8d8029468c10f774f315d44506b3713aece0ffb0 /Makefile | |
parent | fe6bb3853c7648e52f9162b7eb7bee3346d7c06c (diff) | |
download | busybox-w32-12ef09b81829956d0c4f19fb45bd07cfb131235b.tar.gz busybox-w32-12ef09b81829956d0c4f19fb45bd07cfb131235b.tar.bz2 busybox-w32-12ef09b81829956d0c4f19fb45bd07cfb131235b.zip |
compile.h is incorrect; create a new do_link.h and use that for bb_mkdep and usage
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -393,7 +393,7 @@ docs/busybox.net/BusyBox.html: docs/busybox.pod | |||
393 | 393 | ||
394 | # The nifty new dependency stuff | 394 | # The nifty new dependency stuff |
395 | scripts/bb_mkdep: $(top_srcdir)/scripts/bb_mkdep.c | 395 | scripts/bb_mkdep: $(top_srcdir)/scripts/bb_mkdep.c |
396 | $(compile.h) | 396 | $(do_link.h) |
397 | 397 | ||
398 | DEP_INCLUDES := include/bb_config.h | 398 | DEP_INCLUDES := include/bb_config.h |
399 | 399 | ||
@@ -406,7 +406,7 @@ include/bbconfigopts.h: .config | |||
406 | endif | 406 | endif |
407 | 407 | ||
408 | scripts/usage: $(top_srcdir)/scripts/usage.c .config | 408 | scripts/usage: $(top_srcdir)/scripts/usage.c .config |
409 | $(compile.h) -I$(top_srcdir)/include | 409 | $(do_link.h) -I$(top_srcdir)/include |
410 | 410 | ||
411 | DEP_INCLUDES += include/usage_compressed.h | 411 | DEP_INCLUDES += include/usage_compressed.h |
412 | include/usage_compressed.h: .config scripts/usage | 412 | include/usage_compressed.h: .config scripts/usage |