summaryrefslogtreecommitdiff
path: root/macho64/make.sh
diff options
context:
space:
mode:
authorJohn van Groningen2014-01-23 14:47:09 +0000
committerJohn van Groningen2014-01-23 14:47:09 +0000
commitc4d8181b0d21ba4f35a912a072ff01a850ef43e3 (patch)
tree8cff407b27fa2b14e26a67318ecaa8bc532c0876 /macho64/make.sh
parentignore clean runtime system options in argv, if flags & 8192 (diff)
fix script for _startupTrace.o
Diffstat (limited to 'macho64/make.sh')
-rwxr-xr-xmacho64/make.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/macho64/make.sh b/macho64/make.sh
index 5be7137..025fb92 100755
--- a/macho64/make.sh
+++ b/macho64/make.sh
@@ -8,4 +8,4 @@ as afileIO3.s -o afileIO3.o
libtool -static -o _startup.o startup.o ../scon.o afileIO3.o ufileIO2.o
# Because of a bug in ld, the following does not work anymore (MacOSX 10.7 and 10.8)
# ld -r startupTrace.o ../scon.o afileIO3.o ufileIO2.o -o _startupTrace.o
-libtool -static -o _startupTrace.o ../scon.o afileIO3.o ufileIO2.o
+libtool -static -o _startupTrace.o startupTrace.o ../scon.o afileIO3.o ufileIO2.o