diff options
author | Peter Foley <pefoley2@verizon.net> | 2012-02-26 13:37:49 -0500 |
---|---|---|
committer | Peter Foley <pefoley2@verizon.net> | 2012-02-26 13:37:49 -0500 |
commit | 141a659f63b73d03f71cdb32ccbafa3b40c8b339 (patch) | |
tree | f62a7296c0af25e047a014619642b13d0956e4be /Makefile | |
parent | c471556c89e4efcd21c0e48f938792c493662492 (diff) |
rename post.Makeflie to Makefile.post
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 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 |