summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-03-12 18:59:31 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-03-12 18:59:31 (GMT)
commit19e8f6a15ad479ffa59e5f1cfe8ac850a4c5f52d (patch)
tree3d206db097f329406324741c8b9e2740df001729 /Makefile
parentd16255f5e5a80b1f8340f6641fe41f8a64d9100f (diff)
Auto-detect Darwin (MacOS-X) and disable libintl for during build for this platform.
A bit of help tweaking.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index c167840..3a0269d 100644
--- a/Makefile
+++ b/Makefile
@@ -21,9 +21,9 @@ include $(CT_TOP_DIR)/kconfig/Makefile
help::
@echo 'Build targets:'
- @echo '* build - Build the toolchain'
- @echo ' clean - Remove generated files'
- @echo ' distclean - Remove generated files and configuration'
+ @echo '* build - Build the toolchain'
+ @echo ' clean - Remove generated files'
+ @echo ' distclean - Remove generated files and configuration'
include $(CT_TOP_DIR)/tools/Makefile