diff options
-rw-r--r-- | Makefile | 4 | ||||
-rw-r--r-- | Makefile.post (renamed from post.Makefile) | 0 |
2 files changed, 2 insertions, 2 deletions
@@ -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 |