diff options
author | Steve Huston <shuston@riverace.com> | 1998-04-04 00:54:55 +0000 |
---|---|---|
committer | Steve Huston <shuston@riverace.com> | 1998-04-04 00:54:55 +0000 |
commit | 5ff0dddcf2961250cf543e6e68cfb8b5acf6e9ff (patch) | |
tree | 3679f76566f4185779877ce55584df75324d2c76 /examples/Connection/non_blocking | |
parent | fe07b8a3da120a0532d66d7185de4bdf54cebfc8 (diff) | |
download | ATCD-5ff0dddcf2961250cf543e6e68cfb8b5acf6e9ff.tar.gz |
Moved program sources to PSRC
Diffstat (limited to 'examples/Connection/non_blocking')
-rw-r--r-- | examples/Connection/non_blocking/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/examples/Connection/non_blocking/Makefile b/examples/Connection/non_blocking/Makefile index 3310a875d4b..e7b39f58f9e 100644 --- a/examples/Connection/non_blocking/Makefile +++ b/examples/Connection/non_blocking/Makefile @@ -1,5 +1,5 @@ #---------------------------------------------------------------------------- -# @(#)Makefile 1.1 10/18/96 +# $Id$ # # Makefile for the Connection pattern tests #---------------------------------------------------------------------------- @@ -20,8 +20,7 @@ BIN = test_sock_connector \ test_spipe_connector \ test_spipe_acceptor -SRC = $(addsuffix .cpp,$(BIN)) -OBJ = $(SRC:%.cpp=$(VDIR)%.o) +PSRC = $(addsuffix .cpp,$(BIN)) LSRC = CPP-connector.cpp \ CPP-acceptor.cpp |