summaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
Diffstat (limited to 'make')
-rw-r--r--make/Makefile.in2
-rw-r--r--make/Templates/Makefile.in2
-rw-r--r--make/compilers/Makefile.in2
-rw-r--r--make/custom/Makefile.in2
4 files changed, 4 insertions, 4 deletions
diff --git a/make/Makefile.in b/make/Makefile.in
index 39ba5d995a..c5e69fd5b6 100644
--- a/make/Makefile.in
+++ b/make/Makefile.in
@@ -369,7 +369,7 @@ profile-am:
profile: profile-am
.PHONY: profile profile-am
-preinstall-am:
+preinstall-am: $(TMPINSTALL_FILES)
preinstall: preinstall-am
.PHONY: preinstall preinstall-am
diff --git a/make/Templates/Makefile.in b/make/Templates/Makefile.in
index 86cb388fed..23aaeb7556 100644
--- a/make/Templates/Makefile.in
+++ b/make/Templates/Makefile.in
@@ -226,7 +226,7 @@ profile-am:
profile: profile-am
.PHONY: profile profile-am
-preinstall-am:
+preinstall-am: $(TMPINSTALL_FILES)
preinstall: preinstall-am
.PHONY: preinstall preinstall-am
diff --git a/make/compilers/Makefile.in b/make/compilers/Makefile.in
index 0ca5e4ad5d..8dcd9771f2 100644
--- a/make/compilers/Makefile.in
+++ b/make/compilers/Makefile.in
@@ -200,7 +200,7 @@ profile-am:
profile: profile-am
.PHONY: profile profile-am
-preinstall-am:
+preinstall-am: $(TMPINSTALL_FILES)
preinstall: preinstall-am
.PHONY: preinstall preinstall-am
diff --git a/make/custom/Makefile.in b/make/custom/Makefile.in
index 84f9b50cfb..63dede4ebf 100644
--- a/make/custom/Makefile.in
+++ b/make/custom/Makefile.in
@@ -228,7 +228,7 @@ profile-am:
profile: profile-am
.PHONY: profile profile-am
-preinstall-am:
+preinstall-am: $(TMPINSTALL_FILES)
preinstall: preinstall-am
.PHONY: preinstall preinstall-am