aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorCory Fields <foss@atlastechnologiesinc.com>2012-10-02 01:21:23 -0700
committerCory Fields <foss@atlastechnologiesinc.com>2012-10-02 01:21:23 -0700
commitc04b3e22e6bc560ae9f249637fdc8bacba4fdf7a (patch)
tree55a1d2a3c4fefea009496a3203943a50150809ff /Makefile.in
parent14dc4c8ac40471a88d004f6ad85038fc22516e4d (diff)
parentd24d30ad2bd83c02c02342295f883d73aadf29f1 (diff)
Merge pull request #1449 from theuni/bootstrap
build: bootstrap overhaul
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in9
1 files changed, 2 insertions, 7 deletions
diff --git a/Makefile.in b/Makefile.in
index e5b0bfec13..9b91330a59 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,3 +1,5 @@
+include bootstrap.mk
+
AUTOGENERATED_MAKEFILES=@OUTPUT_FILES@
EC_DIRS= \
@@ -283,13 +285,6 @@ Makefile : config.status $(addsuffix .in, $(AUTOGENERATED_MAKEFILES))
@echo "done"
config.status: configure
- @echo "Build system configuration is stale."
- @echo "Please (re)run configure."
- @test -n "$$XBMC_IGNORE_STALE"
-
-configure: configure.in
- @echo 'configure is outdated, regenerating...'
- @./bootstrap
# skin textures
ifeq (@USE_TEXTUREPACKER@,1)