diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-03-30 19:25:26 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-03-30 19:25:26 +0000 |
commit | eb892b5517bc86907b9581fecd0862baeb9bbf11 (patch) | |
tree | a663c9aee88ed00c16d3d8eeb80b222213ff0bf2 /TAO/tests/Collocation | |
parent | 70b61c694a0e5de793ebdb2d3bff381e01f96545 (diff) | |
download | ATCD-eb892b5517bc86907b9581fecd0862baeb9bbf11.tar.gz |
ChangeLogTag:Fri Mar 30 11:20:25 2001 Carlos O'Ryan <coryan@uci.edu>
Diffstat (limited to 'TAO/tests/Collocation')
-rw-r--r-- | TAO/tests/Collocation/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/Collocation/Makefile b/TAO/tests/Collocation/Makefile index f7b93ef95aa..a793d5c6df2 100644 --- a/TAO/tests/Collocation/Makefile +++ b/TAO/tests/Collocation/Makefile @@ -21,7 +21,7 @@ MKLIST = \ Makefile.impl \ Makefile.test -all debug profile optimize install deinstall clean realclean clobber depend: +idl_stubs all debug profile optimize install deinstall clean realclean clobber depend: ifeq (Windows,$(findstring Windows,$(OS))) @cmd /c "FOR /D %m IN ($(MKLIST)) DO $(MAKE) -f %m MAKEFILE=$$m $(@:.nested=)" else # ! Windows |