summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorPeter Foley <pefoley2@verizon.net>2012-02-26 13:53:09 -0500
committerPeter Foley <pefoley2@verizon.net>2012-02-26 13:53:09 -0500
commita75873dea15719b5216cfd0476d30003ffc76e80 (patch)
treeb9d4027a5d1339b731d24184e993712c049c4beb /Makefile
parentupdate install-sh to the automake-1.11 version (diff)
downloadcore-a75873dea15719b5216cfd0476d30003ffc76e80.tar.gz
core-a75873dea15719b5216cfd0476d30003ffc76e80.zip
allow autogen.sh to be run automatically
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index a37bca33c649..68bea915752e 100644
--- a/Makefile
+++ b/Makefile
@@ -342,12 +342,15 @@ ifneq ($(filter-out clean distclean,$(MAKECMDGOALS)),)
# restart since autogen can have changed
# config_host.k which is included in this
# Makefile
-Makefile: config_host.mk
+Makefile: $(SRCDIR)/config_host.mk
touch $@
-config_host.mk : config_host.mk.in bin/repo-list.in ooo.lst.in configure.in autogen.lastrun
+$(SRCDIR)/config_host.mk : config_host.mk.in bin/repo-list.in ooo.lst.in configure.in autogen.lastrun
./autogen.sh
+autogen.lastrun:
+ @true
+
#
# Fetch
#