From 85861a24396bf4acbf50b19cb614fbfdd819cf8d Mon Sep 17 00:00:00 2001 From: Steve Huston Date: Sat, 4 Apr 1998 00:57:21 +0000 Subject: Moved program source names to PSRC, from SRC. --- examples/Service_Configurator/IPC-tests/server/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'examples') diff --git a/examples/Service_Configurator/IPC-tests/server/Makefile b/examples/Service_Configurator/IPC-tests/server/Makefile index 62621b027a0..5bd9b504603 100644 --- a/examples/Service_Configurator/IPC-tests/server/Makefile +++ b/examples/Service_Configurator/IPC-tests/server/Makefile @@ -1,5 +1,5 @@ #---------------------------------------------------------------------------- -# @(#)Makefile 1.1 10/18/96 +# $Id$ # # Makefile for the server-side of the primary Reactor tests #---------------------------------------------------------------------------- @@ -24,8 +24,7 @@ FILES = Handle_L_Dgram \ Handle_L_SPIPE \ Handle_Thr_Stream -SRC = $(addsuffix .cpp,$(BIN)) -OBJ = $(SRC:%.cpp=$(VDIR)%.o) +PSRC = $(addsuffix .cpp,$(BIN)) LSRC = $(addsuffix .cpp,$(FILES)) -- cgit v1.2.1