summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPeter Foley <pefoley2@verizon.net>2012-02-26 13:37:49 -0500
committerPeter Foley <pefoley2@verizon.net>2012-02-26 13:37:49 -0500
commit141a659f63b73d03f71cdb32ccbafa3b40c8b339 (patch)
treef62a7296c0af25e047a014619642b13d0956e4be /Makefile
parentc471556c89e4efcd21c0e48f938792c493662492 (diff)
rename post.Makeflie to Makefile.post
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 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