Author: jbeich
Date: Sun Jul  1 22:57:07 2012
New Revision: 828

Log:
detach objdir from gnu configure, pgo needs it after r825

Modified:
   branches/experimental/Mk/bsd.gecko.mk

Modified: branches/experimental/Mk/bsd.gecko.mk
==============================================================================
--- branches/experimental/Mk/bsd.gecko.mk       Sun Jul  1 09:20:24 2012        
(r827)
+++ branches/experimental/Mk/bsd.gecko.mk       Sun Jul  1 22:57:07 2012        
(r828)
@@ -745,7 +745,7 @@
 MOZ_OPTIONS+=  --disable-v1-string-abi
 .endif
 
-.if defined(GNU_CONFIGURE) && defined(OBJDIR_BUILD)
+.if defined(OBJDIR_BUILD)
 CONFIGURE_SCRIPT=../configure
 
 MOZ_OBJDIR=            ${WRKSRC}/obj-${CONFIGURE_TARGET}
@@ -845,7 +845,7 @@
 pre-configure: gecko-pre-configure
 
 gecko-pre-configure:
-.if defined(GNU_CONFIGURE) && defined(OBJDIR_BUILD)
+.if defined(OBJDIR_BUILD)
        ${MKDIR} ${MOZ_OBJDIR}
 .endif
 
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-gecko
To unsubscribe, send any mail to "[email protected]"

Reply via email to