From 508ce9fbd1daf66b27df48bbdd74f4a7d4856baf Mon Sep 17 00:00:00 2001 From: jxh Date: Mon, 20 Mar 2000 22:26:17 +0000 Subject: Fixed it so that the programs actually link. Thanks to Craig Rodrigues (rodrigc@mediaone.net) for the heads up. --- apps/JAWS/stress_testing/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'apps/JAWS') diff --git a/apps/JAWS/stress_testing/Makefile b/apps/JAWS/stress_testing/Makefile index 7894978a63d..7f2a20aebba 100644 --- a/apps/JAWS/stress_testing/Makefile +++ b/apps/JAWS/stress_testing/Makefile @@ -1,5 +1,5 @@ #---------------------------------------------------------------------------- -# %W% %G% +# $Id$ # # Makefile for the ACE Adapter Web Server (JAWS) client #---------------------------------------------------------------------------- @@ -16,8 +16,8 @@ FILES = \ stats \ cp -LSRC = $(addsuffix .cpp,$(FILES)) -LOBJ = $(addsuffix .o,$(FILES)) +SRC = $(addsuffix .cpp,$(FILES)) +OBJ = $(addsuffix .o,$(FILES)) SHOBJ = $(addsuffix .so,$(FILES)) INCLDIRS += -I../.. -- cgit v1.2.1