From 0a27f1e8fea4b0a0ae9ed42705ab451b9a16f944 Mon Sep 17 00:00:00 2001 From: JustOff Date: Tue, 26 Sep 2017 23:30:30 +0300 Subject: [PATCH] Enforce reconfigure when compatversion.txt is changed --- client.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/client.mk b/client.mk index 95c1c5569d..b9c6b61718 100644 --- a/client.mk +++ b/client.mk @@ -310,6 +310,7 @@ CONFIG_STATUS_DEPS := \ $(TOPSRCDIR)/CLOBBER \ $(TOPSRCDIR)/nsprpub/configure \ $(TOPSRCDIR)/config/milestone.txt \ + $(TOPSRCDIR)/config/compatversion.txt \ $(TOPSRCDIR)/browser/config/version.txt \ $(TOPSRCDIR)/build/virtualenv_packages.txt \ $(TOPSRCDIR)/python/mozbuild/mozbuild/virtualenv.py \