Revision: 404 http://trac.macosforge.org/projects/darwinbuild/changeset/404 Author: wsiegrist@apple.com Date: 2008-10-30 16:00:49 -0700 (Thu, 30 Oct 2008) Log Message: ----------- Do not install libredo.o during installsrc. Modified Paths: -------------- branches/PR-4841388/Makefile Modified: branches/PR-4841388/Makefile =================================================================== --- branches/PR-4841388/Makefile 2008-10-29 20:08:58 UTC (rev 403) +++ branches/PR-4841388/Makefile 2008-10-30 23:00:49 UTC (rev 404) @@ -20,7 +20,7 @@ make -C $(DIR) $@) || exit 1; ) installsrc: - tar czf - . | tar xzf - -C "$(SRCROOT)" --exclude=.svn --exclude=sqlite --exclude=www + tar czf - . | tar xzf - -C "$(SRCROOT)" --exclude=.svn --exclude=sqlite --exclude=www --exclude=darwinup/libredo.o installhdrs: @echo Nothing to be done for $@
participants (1)
-
source_changes@macosforge.org