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
This commit is contained in:
sfraser
1998-05-27 23:53:31 +00:00
parent e3c9d24c1c
commit 9234dfdcee

View File

@@ -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