diff --git a/asyn.Makefile b/asyn.Makefile
index c19f1c4e265da838a36cf09db09749a25d83a601..e6f903bb2476d7f12f960ce8bd4373ba247e3906 100644
--- a/asyn.Makefile
+++ b/asyn.Makefile
@@ -2,7 +2,7 @@ LEGACY_RSET = YES
 
 where_am_I := $(dir $(abspath $(lastword $(MAKEFILE_LIST))))
 include $(E3_REQUIRE_TOOLS)/driver.makefile
-include $(E3_REQUIRE_CONFIG)/DECOUPLE_FLAGS
+
 
 ASYN = asyn
 
diff --git a/configure/CONFIG b/configure/CONFIG
index 2b63d799534642f6668381add1905aa03dce47c7..8772be7505d5eb1af55d86c2f74542cbffe5e1e6 100644
--- a/configure/CONFIG
+++ b/configure/CONFIG
@@ -14,7 +14,7 @@ include $(TOP)/configure/CONFIG_MODULE
 endif
 
 E3_REQUIRE_LOCATION := $(EPICS_BASE)/$(E3_REQUIRE_NAME)/$(E3_REQUIRE_VERSION)
-REQUIRE_CONFIG := $(E3_REQUIRE_LOCATION)/configure
 
-include $(REQUIRE_CONFIG)/CONFIG
+
+include $(E3_REQUIRE_LOCATION)/configure/CONFIG
 
diff --git a/configure/RULES b/configure/RULES
index 978c976f8d298955277c6cd5ad14c7cda98db013..96cc1d180eecd24481bf84947a41d983b4b7bab6 100644
--- a/configure/RULES
+++ b/configure/RULES
@@ -1,5 +1,5 @@
 
-include $(REQUIRE_CONFIG)/RULES_SITEMODS
+include $(E3_REQUIRE_CONFIG)/RULES_SITEMODS
 
 include $(TOP)/configure/module/RULES_MODULE
 -include $(TOP)/configure/module/RULES_DKMS_L