diff options
author | Steve Huston <shuston@riverace.com> | 1998-04-04 00:50:26 +0000 |
---|---|---|
committer | Steve Huston <shuston@riverace.com> | 1998-04-04 00:50:26 +0000 |
commit | 98c0daa845b6b861e8d436338de8cf328af79456 (patch) | |
tree | 245acc034f33f15bec1fb392f416818d3f72c67f /examples/Shared_Malloc | |
parent | 3fb9c9ddbd424629e733ce14e314a74a4dd01d62 (diff) | |
download | ATCD-98c0daa845b6b861e8d436338de8cf328af79456.tar.gz |
Changed to match today's changes to rules.bin.GNU
Diffstat (limited to 'examples/Shared_Malloc')
-rw-r--r-- | examples/Shared_Malloc/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/Shared_Malloc/Makefile b/examples/Shared_Malloc/Makefile index fd75c8e532b..5fff0fc4382 100644 --- a/examples/Shared_Malloc/Makefile +++ b/examples/Shared_Malloc/Makefile @@ -1,5 +1,5 @@ #---------------------------------------------------------------------------- -# @(#)Makefile 1.1 10/18/96 +# $Id$ # # Makefile for tests of the Shared_Malloc wrappers #---------------------------------------------------------------------------- @@ -15,8 +15,8 @@ BIN = test_malloc \ FILES = Malloc \ Options -LSRC = $(addsuffix .cpp,$(FILES)) -LOBJ = $(addsuffix .o,$(FILES)) +SRC = $(addsuffix .cpp,$(FILES)) +OBJ = $(addsuffix .o,$(FILES)) #SHOBJ = $(addsuffix .so,$(FILES)) #LDLIBS = $(addprefix $(VSHDIR),$(SHOBJ)) |