diff --git a/configure/E3/RULES_CELL b/configure/E3/RULES_CELL
index dbda69656de1540ce2cf7adc259631ffbc3a6b14..14835ecb16efef8e70316676206dfd0564d6365b 100644
--- a/configure/E3/RULES_CELL
+++ b/configure/E3/RULES_CELL
@@ -5,7 +5,7 @@ cellbuild: build
 
 .PHONY: cellinstall
 ## Installs the module in a local directory $(E3_CELL_PATH)
-cellinstall: install_module fix_permissions
+cellinstall: install fix_permissions
 
 .PHONY: celluninstall
 ## Remove the module from the local directory $(E3_CELL_PATH)
diff --git a/configure/E3/RULES_E3 b/configure/E3/RULES_E3
index 879aafae9963b3eaeab1bbe04b4f7e7dd8e69ca2..dbb3fce5d24d69c1a23ca57f11f435e3e13a99ec 100644
--- a/configure/E3/RULES_E3
+++ b/configure/E3/RULES_E3
@@ -28,9 +28,6 @@ help:
 
 
 
-## Install module to $(E3_MODULES_INSTALL_LOCATION)
-install: install_module hdrs
-
 .PHONY: db
 db: err_no_db_rule
 
@@ -38,8 +35,8 @@ db: err_no_db_rule
 err_no_db_rule:
 	$(error The 'db' target has been discontinued. If you have custom database expansion rule to use, please contact the e3 team)
 
-.PHONY: install_module
-install_module: build
+## Install module to $(E3_MODULES_INSTALL_LOCATION)
+install: build
 	$(QUIET) $(E3_MODULE_MAKE_CMDS) install
 
 .PHONY: check_uninstall
diff --git a/configure/module/RULES_REQUIRE b/configure/module/RULES_REQUIRE
index 22cd10d5bc17da56bbd626f4ceaf1db58b4838a7..746874a3b556f198cd60dfbadc83cfa3017940b2 100644
--- a/configure/module/RULES_REQUIRE
+++ b/configure/module/RULES_REQUIRE
@@ -53,9 +53,6 @@ forceuninstall: conf
 
 consistency_checks:
 
-.PHONY: hdrs
-hdrs:
-
 VARS_EXCLUDES+=FILE_FILTER
 VARS_EXCLUDES+=E3_SHELL_FILES
 VARS_EXCLUDES+=E3_IOC_CFG_FILES