Windows: Revise build of tools in lib

This commit is contained in:
Asanka Herath
2010-06-17 23:02:52 -04:00
parent efd02d929a
commit 641eab32d8
2 changed files with 9 additions and 9 deletions

View File

@@ -57,17 +57,11 @@ all:: all-tools
all-tools:: asn1-tools hx509-tools krb5-tools
asn1-tools:
cd asn1
$(RMAKE) all-tools
cd ..
@( cd asn1 && $(RMAKE) all-tools && cd .. ) || exit /b 1
hx509-tools:
cd hx509
$(RMAKE) all-tools
cd ..
@( cd hx509 && $(RMAKE) all-tools && cd .. ) || exit /b 1
krb5-tools:
cd krb5
$(RMAKE) all-tools
cd ..
@( cd krb5 && $(RMAKE) all-tools && cd .. ) || exit /b 1