summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorbjarni <bjarni@openttd.org>2006-03-15 14:11:17 +0000
committerbjarni <bjarni@openttd.org>2006-03-15 14:11:17 +0000
commit38569fe229ed6c09501606a6317a3cf4e54c638d (patch)
treec558d1092229d2bbdcd6bc9cf627cde5cdd78954 /Makefile
parent3ebc41c9fed6aa3f496884f452b9aaac62da6a3d (diff)
downloadopenttd-38569fe229ed6c09501606a6317a3cf4e54c638d.tar.xz
(svn r3884) renamed TRIPPLE_BINARY to TRIPLE_BINARY
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 1320fd09e..9450a7f6f 100644
--- a/Makefile
+++ b/Makefile
@@ -107,7 +107,7 @@
# Special for crosscompiling there are some commands available:
#
# UNIVERSAL_BINARY: builds a universal binary for OSX. Make sure you got both PPC and x86 libs. Only works with GCC 4 or newer
-# TRIPPLE_BINARY: builds a universal binary with the addition of code optimised for G5 (which means a total of 3 binaries in one file)
+# TRIPLE_BINARY: builds a universal binary with the addition of code optimised for G5 (which means a total of 3 binaries in one file)
#
# JAGUAR: Crosscompiling for OSX 1.2.8 (codenamed Jaguar). Only works if OSX is defined too. Only works with GCC 4 or newer
# This can be changed to any PPC version of OSX by changing the ppc flags in Makefile.config
@@ -997,7 +997,7 @@ endif
$(Q)$(CC) $(OBJCFLAGS) $(CDEFS) -MM $< | sed 's#^$(@F:%.d=%.o):#$@ $(@:.deps/%.d=%.o):#' > $@
-ifndef TRIPPLE_BINARY
+ifndef TRIPLE_BINARY
# building tripple binary object files is handled in os/macosx/Makefile
# TARGET_CPU_FLAGS is used to set target CPUs in OSX universal binaries. It's empty for all other builds
%.o: %.c $(MAKE_CONFIG)