rename sub makefiles

This commit is contained in:
lperron@google.com
2011-07-14 23:27:43 +00:00
parent 9fd3868c2c
commit 70a8a3e46b
4 changed files with 4 additions and 4 deletions

View File

@@ -18,10 +18,10 @@ include Makefile.def
# Then include specific system commands and definitions
include Makefile.$(SYSTEM)
# Include build files.
include Makefile.build.cpp
include Makefile.build.python
include Makefile.build.java
# Include .mk files.
include Makefile.cpp.mk
include Makefile.python.mk
include Makefile.java.mk
# Finally include user makefile if it exists
-include Makefile.user