Change the man page install phase to only run in "desktop" and "desktop-no-xpc" targets, not for the "ios" target.

llvm-svn: 162397
This commit is contained in:
Jason Molenda 2012-08-22 21:17:08 +00:00
parent eb7deb2851
commit 26d3b2a272
1 changed files with 2 additions and 1 deletions
lldb/lldb.xcodeproj

View File

@ -11,6 +11,7 @@
isa = PBXAggregateTarget; isa = PBXAggregateTarget;
buildConfigurationList = 26CEF3AD14FD58BF007286B2 /* Build configuration list for PBXAggregateTarget "desktop_no_xpc" */; buildConfigurationList = 26CEF3AD14FD58BF007286B2 /* Build configuration list for PBXAggregateTarget "desktop_no_xpc" */;
buildPhases = ( buildPhases = (
AF90106415AB7D2900FF120D /* CopyFiles */,
); );
dependencies = ( dependencies = (
26CEF3B014FD591F007286B2 /* PBXTargetDependency */, 26CEF3B014FD591F007286B2 /* PBXTargetDependency */,
@ -23,6 +24,7 @@
isa = PBXAggregateTarget; isa = PBXAggregateTarget;
buildConfigurationList = 26CEF3B214FD592B007286B2 /* Build configuration list for PBXAggregateTarget "desktop" */; buildConfigurationList = 26CEF3B214FD592B007286B2 /* Build configuration list for PBXAggregateTarget "desktop" */;
buildPhases = ( buildPhases = (
AF90106415AB7D2900FF120D /* CopyFiles */,
); );
dependencies = ( dependencies = (
26CEF3BB14FD595B007286B2 /* PBXTargetDependency */, 26CEF3BB14FD595B007286B2 /* PBXTargetDependency */,
@ -3412,7 +3414,6 @@
26680205115FD0ED008E1FE4 /* Frameworks */, 26680205115FD0ED008E1FE4 /* Frameworks */,
261B5A7511C3FA6F00AABD0A /* Fixup Framework Headers */, 261B5A7511C3FA6F00AABD0A /* Fixup Framework Headers */,
9A19ACE2116563A700E0D453 /* Finish swig wrapper classes (lldb) */, 9A19ACE2116563A700E0D453 /* Finish swig wrapper classes (lldb) */,
AF90106415AB7D2900FF120D /* CopyFiles */,
); );
buildRules = ( buildRules = (
); );