- Revision
- 15902
- Author
- vajda
- Date
- 2007-11-25 18:38:17 -0800 (Sun, 25 Nov 2007)
Log Message
added missing x86_64 section
Modified Paths
Diff
Modified: branches/64/chandler/Makefile (15901 => 15902)
--- branches/64/chandler/Makefile 2007-11-26 02:38:00 UTC (rev 15901) +++ branches/64/chandler/Makefile 2007-11-26 02:38:17 UTC (rev 15902) @@ -92,8 +92,15 @@ ZOPE = endif - ifeq ($(ARCH),x86_64) - OPENJDK = $(CHANDLERARCHIVES)/openjdk-7-ea-j2re-b23-$(BP)3.tar.gz + ifeq ($(PLATFORM),linux/gutsy/x86_64) + OPENJDK = $(CHANDLERARCHIVES)/openjdk-7-ea-j2re-b23-$(BP)3.tar.gz + OPENSSL = + PYTHON = + ICU = + CONFIGOBJ = + DOCUTILS = + SETUPTOOLS = + ZOPE = endif endif
_______________________________________________ Commits mailing list [email protected] http://lists.osafoundation.org/mailman/listinfo/commits
