From 9234dfdcee2736405265a4d975c7fc3d815e2482 Mon Sep 17 00:00:00 2001 From: sfraser Date: Wed, 27 May 1998 23:53:31 +0000 Subject: [PATCH] Changed the target name of the MakeDist project to "Stubs" so that binaries are removed on every build. git-svn-id: svn://10.0.0.236/trunk@2428 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/build/mac/BuildList.pm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/mozilla/build/mac/BuildList.pm b/mozilla/build/mac/BuildList.pm index 2ea35f81129..b39f5ad7f75 100644 --- a/mozilla/build/mac/BuildList.pm +++ b/mozilla/build/mac/BuildList.pm @@ -58,10 +58,12 @@ sub BuildMozilla() } # - # Make the project that copies headers + # Make the project that copies headers. The target is called "Stubs" so that + # the AppleScript does a 'remove binaries' on the target first to guarantee + # that it builds. # - BuildProject(":build:mac:MakeDist.mcp", "MakeDist"); + BuildProject(":build:mac:MakeDist.mcp", "Stubs"); # # Build the appropriate target of each project