summaryrefslogtreecommitdiff
path: root/Makefile.top
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2012-10-31 23:48:49 +0100
committerMatúš Kukan <matus.kukan@gmail.com>2012-11-03 17:36:44 +0100
commit75a087c80730bdce257756d863397da8268469b5 (patch)
tree70ecdac097b636a6548a79d9431e6ef679483e3b /Makefile.top
parentd32878608ecfdeceaddb266ac69198ef69b62c12 (diff)
compile concat-deps in solenv; also put them into $(OUTDIR)
Change-Id: I4ef21f14a77442b60059c649b83435c775670060
Diffstat (limited to 'Makefile.top')
-rw-r--r--Makefile.top5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile.top b/Makefile.top
index 2838a7bd1285..867d2df8545d 100644
--- a/Makefile.top
+++ b/Makefile.top
@@ -361,8 +361,7 @@ endif
rm -fr config_host.mk config_build.mk aclocal.m4 autom4te.cache \
config.log config.status configure \
ooo.lst post_download post_download.log \
- config_host.mk.last set_soenv.stamp src.downloaded warn \
- solenv/bin/concat-deps.exe solenv/bin/concat-deps
+ config_host.mk.last set_soenv.stamp src.downloaded warn
find $(SOLARENV)/gdb -name "*.pyc" -exec rm {} \;
#
@@ -392,7 +391,7 @@ endif
#
bootstrap: $(WORKDIR)/bootstrap compilerplugins
-$(WORKDIR)/bootstrap: solenv/bin/concat-deps.c
+$(WORKDIR)/bootstrap:
@cd $(SRCDIR) && ./bootstrap
@mkdir -p $(dir $@) && touch $@