Undo part of r390 since replacing dsymutil with true breaks xnu builds. We need to find a different way to disconnect libauto dependencies for projects like launchd.
--- trunk/darwinbuild/darwinbuild 2008-10-24 17:29:00 UTC (rev 399)
+++ trunk/darwinbuild/darwinbuild 2008-10-24 20:40:26 UTC (rev 400)
@@ -528,7 +528,7 @@
### need dsymutil but it depends on libauto so disable for now
if [ ! -x "$BuildRoot/usr/bin/dsymutil" ]; then
- cp "/usr/bin/true" "$BuildRoot/usr/bin/dsymutil"
+ cp "/usr/bin/dsymutil" "$BuildRoot/usr/bin/dsymutil"
fi
### CoreOSMakefiles