diff options
author | Peter Foley <pefoley2@verizon.net> | 2012-02-26 13:53:09 -0500 |
---|---|---|
committer | Peter Foley <pefoley2@verizon.net> | 2012-02-26 13:53:09 -0500 |
commit | a75873dea15719b5216cfd0476d30003ffc76e80 (patch) | |
tree | b9d4027a5d1339b731d24184e993712c049c4beb /Makefile | |
parent | b4a66196b161d7c7a5c813a12ecb9ece33d23abc (diff) |
allow autogen.sh to be run automatically
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -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 # |