Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-04-29 08:19:10 +0400
committerMike Frysinger <vapier@gentoo.org>2006-04-29 08:19:10 +0400
commit12ef09b81829956d0c4f19fb45bd07cfb131235b (patch)
tree8d8029468c10f774f315d44506b3713aece0ffb0 /Makefile
parentfe6bb3853c7648e52f9162b7eb7bee3346d7c06c (diff)
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--Makefile4
1 files changed, 2 insertions, 2 deletions
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