summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8edbef1ea699..8b275453d8b9 100644
--- a/Makefile
+++ b/Makefile
@@ -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: