os/macosx/Makefile.setup
changeset 3212 60517b6883c0
parent 3211 044f84240f65
child 3294 be3b1e6b4b74
--- a/os/macosx/Makefile.setup	Wed Mar 15 14:03:09 2006 +0000
+++ b/os/macosx/Makefile.setup	Wed Mar 15 14:11:17 2006 +0000
@@ -16,7 +16,7 @@
 endif
 endif
 
-ifdef TRIPPLE_BINARY
+ifdef TRIPLE_BINARY
 ifdef DEBUG
 $(error no G5 optimisation is made in debug builds, so tripple binaries aren't possible. Use UNIVERSAL_BINARY instead if you really want a universal debug build)
 endif
@@ -74,7 +74,7 @@
 TARGET_CPU_FLAGS:= -arch ppc -arch i386
 LDFLAGS := $(LDFLAGS_UNIVERSAL) -arch ppc -arch i386
 CFLAGS += $(CFLAGS_UNIVERSAL)
-ifdef TRIPPLE_BINARY
+ifdef TRIPLE_BINARY
 LDFLAGS += -arch ppc970
 endif
 endif