From: Scott Cantor Date: Tue, 30 Oct 2012 16:42:42 +0000 (+0000) Subject: Remove clean from all target X-Git-Tag: 1.5.2~7 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-xmltooling.git;a=commitdiff_plain;h=29a8e334bf8035a7f39ce2271740ef3429fb6fec Remove clean from all target --- 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 ..\..