diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2007-07-15 09:09:04 +0000 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2007-07-15 09:09:04 +0000 |
commit | e9916d58e93c921b099170b4b5ffcd954b7da818 (patch) | |
tree | b78c1cafe2c96884451b334cb4f534bfa7c15898 /ct-ng.in | |
parent | caab647ef249b65c00e04ae9b269163fe4ce71d9 (diff) | |
download | crosstool-ng-e9916d58e93c921b099170b4b5ffcd954b7da818.tar.gz crosstool-ng-e9916d58e93c921b099170b4b5ffcd954b7da818.tar.bz2 crosstool-ng-e9916d58e93c921b099170b4b5ffcd954b7da818.zip |
Rename all Makefiles used by ct-ng into (something).mk, to avoid confusion.
Diffstat (limited to 'ct-ng.in')
-rw-r--r-- | ct-ng.in | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -70,10 +70,10 @@ help-clean:: @echo ' clean - Remove generated files' @echo ' distclean - Remove generated files, configuration and build directories' -include $(CT_LIB_DIR)/kconfig/Makefile -include $(CT_LIB_DIR)/samples/Makefile -include $(CT_LIB_DIR)/tools/Makefile -include $(CT_LIB_DIR)/Makefile.steps +include $(CT_LIB_DIR)/kconfig/kconfig.mk +include $(CT_LIB_DIR)/samples/samples.mk +include $(CT_LIB_DIR)/tools/tools.mk +include $(CT_LIB_DIR)/steps.mk help-distrib:: @echo ' tarball - Build a tarball of the configured toolchain' |