summaryrefslogtreecommitdiff
path: root/TAO/tests
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-11-27 20:03:38 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-11-27 20:03:38 +0000
commit0042d39e0503289a82fc71515d7eb36665aca217 (patch)
treefbad4936993cd56de2d1b79e6efdef8c06a96656 /TAO/tests
parentd5a399cac7ec2bd892f095b8b9375ae97512b94f (diff)
downloadATCD-0042d39e0503289a82fc71515d7eb36665aca217.tar.gz
ChangeLogTag: Wed Nov 27 14:02:16 2002 Jeff Parsons <j.parsons@vanderbilt.edu>
Diffstat (limited to 'TAO/tests')
-rw-r--r--TAO/tests/OBV/TC_Alignment/Makefile2
1 files changed, 1 insertions, 1 deletions
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)