summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TAO/ChangeLog8
-rw-r--r--TAO/tests/OBV/TC_Alignment/Makefile2
2 files changed, 8 insertions, 2 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index c30d97f1f03..d27bdc155c5 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,8 +1,14 @@
+Wed Nov 27 14:02:16 2002 Jeff Parsons <j.parsons@vanderbilt.edu>
+
+ * tests/OBV/TC_Alignment/Makefile:
+
+ Applied patch sent by Criag Rodrigues <crodrigu@bbn.com>.
+
Wed Nov 27 13:45:32 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
* orbsvcs/orbsvcs/Log/NotifyLog_i.h: Fixed conflicts the files.
-Tue Nov 26 17:03:19 2002 Jeff Parsons <j.parsons@vanderbilt.edu>
+Wed Nov 27 13:03:19 2002 Jeff Parsons <j.parsons@vanderbilt.edu>
* tao/Typecode.cpp:
diff --git a/TAO/tests/OBV/TC_Alignment/Makefile b/TAO/tests/OBV/TC_Alignment/Makefile
index 114d193dfe1..151a18a7e37 100644
--- a/TAO/tests/OBV/TC_Alignment/Makefile
+++ b/TAO/tests/OBV/TC_Alignment/Makefile
@@ -39,7 +39,7 @@ include $(TAO_ROOT)/taoconfig.mk
# Local targets
#----------------------------------------------------------------------------
-.PRECIOUS: $(foreach ext, $(IDL_EXT))
+.PRECIOUS: $(foreach file, $(IDL_FILES), $(foreach ext, $(IDL_EXT), $(file)$(ext))))
server: $(addprefix $(VDIR),$(SERVER_OBJS))
$(LINK.cc) $(LDFLAGS) -o $@ $^ $(TAO_SRVR_LIBS) $(POSTLINK)