update autogen.lastrun dummy rule

Change-Id: I1576e2f975ccbe4a9fc2e1ededf1a383ef6e604f
This commit is contained in:
Peter Foley
2012-05-28 12:13:19 -04:00
parent 985f9740f7
commit a26efd71ed

View File

@@ -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: