diff options
author | Peter Foley <pefoley2@verizon.net> | 2012-05-28 12:13:19 -0400 |
---|---|---|
committer | Peter Foley <pefoley2@verizon.net> | 2012-05-28 12:13:19 -0400 |
commit | a26efd71ed18738edb6b4fe272418831e797dac6 (patch) | |
tree | a55296ad62f2f5d37c31c257b1ab41f78a16997e /Makefile | |
parent | 985f9740f76fb735ea99868cf6b0445811ef568f (diff) |
update autogen.lastrun dummy rule
Change-Id: I1576e2f975ccbe4a9fc2e1ededf1a383ef6e604f
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,7 +31,7 @@ $(SRCDIR)/config_host.mk : \ ./autogen.sh # dummy rule in case autogen.lastrun does not exist -autogen.lastrun: +$(SRCDIR)/autogen.lastrun: @true # vim: set noet sw=4 ts=4: |