From 29a8e334bf8035a7f39ce2271740ef3429fb6fec Mon Sep 17 00:00:00 2001 From: Scott Cantor Date: Tue, 30 Oct 2012 16:42:42 +0000 Subject: [PATCH] Remove clean from all target --- msbuild/build.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/msbuild/build.make b/msbuild/build.make index 441497b..05cc2bd 100644 --- a/msbuild/build.make +++ b/msbuild/build.make @@ -3,13 +3,13 @@ SPROOT=$(MAKEDIR)\..\..\cpp-sp XMLROOT=$(MAKEDIR)\..\..\cpp-xmltooling -SAMLROOT=$(MAKEDIR)\..\..\cpp-OpenSaml +SAMLROOT=$(MAKEDIR)\..\..\cpp-opensaml # # The targets. We want to build the two installers # -all: clean msi32 msi64 +all: msi32 msi64 clean: cd ..\.. -- 2.1.4