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

@@ -317,6 +317,8 @@ $<
!ifdef RELDIR
all:: announce
all-tools:: announce-tools
test:: announce
clean:: announce
@@ -324,6 +326,10 @@ clean:: announce
announce:
@echo.
@echo --------- Entering $(RELDIR:\= ):
announce-tools:
@echo.
@echo --------- Entering $(RELDIR:\= ) tools:
!endif
#----------------------------------------------------------------------