From 0e8e684d6ceb714eb305d70caf764f0c7477ec7d Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 22 Nov 2013 15:25:42 -0400 Subject: [PATCH] no-op change to ensure configure is re-run on autobuilders to pick up UPGRADE_LOCATION --- Build/Configure.hs | 1 - 1 file changed, 1 deletion(-) diff --git a/Build/Configure.hs b/Build/Configure.hs index 8884d57db4..aeff256b47 100644 --- a/Build/Configure.hs +++ b/Build/Configure.hs @@ -137,4 +137,3 @@ androidConfig c = overrides ++ filter (not . overridden) c ] overridden (Config k _) = k `elem` overridekeys overridekeys = map (\(Config k _) -> k) overrides -