summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile4
-rw-r--r--Makefile.post (renamed from post.Makefile)0
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 1c72cc6082fd..a37bca33c649 100644
--- a/Makefile
+++ b/Makefile
@@ -461,10 +461,10 @@ findunusedcode:
check: subsequentcheck
subsequentcheck: dev-install
- $(GNUMAKE) -j $(GMAKE_PARALLELISM) $(GMAKE_OPTIONS) -f post.Makefile $@
+ $(GNUMAKE) -j $(GMAKE_PARALLELISM) $(GMAKE_OPTIONS) -f Makefile.post $@
debugrun:
- $(GNUMAKE) -j $(GMAKE_PARALLELISM) $(GMAKE_OPTIONS) -f post.Makefile $@
+ $(GNUMAKE) -j $(GMAKE_PARALLELISM) $(GMAKE_OPTIONS) -f Makefile.post $@
endif # not clean or distclean
diff --git a/post.Makefile b/Makefile.post
index bfa8b34dfca5..bfa8b34dfca5 100644
--- a/post.Makefile
+++ b/Makefile.post