Revision
22917
Author
zarzycki@apple.com
Date
2006-10-24 16:37:09 -0700 (Tue, 24 Oct 2006)

Log Message

dSYM files are the the new cool.

Modified Paths

Diff

Modified: trunk/Makefile (22916 => 22917)


--- trunk/Makefile	2006-10-23 21:34:48 UTC (rev 22916)
+++ trunk/Makefile	2006-10-24 23:37:09 UTC (rev 22917)
@@ -16,6 +16,9 @@
 	cp $(OBJROOT)/src/launchd $(SYMROOT)
 	cp $(OBJROOT)/src/launchctl $(SYMROOT)
 	cp $(OBJROOT)/src/launchproxy $(SYMROOT)
+	dsymutil $(SYMROOT)/launchd
+	dsymutil $(SYMROOT)/launchctl
+	dsymutil $(SYMROOT)/launchproxy
 endif
 
 launchd_libs:: install