summaryrefslogtreecommitdiff
path: root/examples/Shared_Malloc
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>1998-04-04 00:50:26 +0000
committerSteve Huston <shuston@riverace.com>1998-04-04 00:50:26 +0000
commit98c0daa845b6b861e8d436338de8cf328af79456 (patch)
tree245acc034f33f15bec1fb392f416818d3f72c67f /examples/Shared_Malloc
parent3fb9c9ddbd424629e733ce14e314a74a4dd01d62 (diff)
downloadATCD-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/Makefile6
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))