Thanks, Howard. I fixed the .PHONY target to match this change in svn r148629.
I also changed clang to use the new target in svn r148630 and I filed a bug report (<rdar://problem/10734840>) to remind you to remove the old target after a while. On Jan 18, 2012, at 9:44 AM, Howard Hinnant wrote: > Author: hhinnant > Date: Wed Jan 18 11:44:31 2012 > New Revision: 148399 > > URL: http://llvm.org/viewvc/llvm-project?rev=148399&view=rev > Log: > Added installheaders target. > > Modified: > libcxx/trunk/Makefile > > Modified: libcxx/trunk/Makefile > URL: > http://llvm.org/viewvc/llvm-project/libcxx/trunk/Makefile?rev=148399&r1=148398&r2=148399&view=diff > ============================================================================== > --- libcxx/trunk/Makefile (original) > +++ libcxx/trunk/Makefile Wed Jan 18 11:44:31 2012 > @@ -30,6 +30,8 @@ > > clean:: > > +installheaders:: do-installhdrs > + > # The do-installhdrs target is also used by clang's runtime/libcxx makefile. > do-installhdrs: > mkdir -p $(HEADER_DIR)/c++/v1/ext > > > _______________________________________________ > cfe-commits mailing list > [email protected] > http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
