summaryrefslogtreecommitdiff
path: root/examples/Mem_Map
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-10-11 07:12:51 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-10-11 07:12:51 +0000
commit607a021dde89df37ecc993a95d2c6d5c4133e601 (patch)
tree8d649c88231bc5c9e9ea5da6a68b672765b621c4 /examples/Mem_Map
parent97f9ef138eaaddb5c964c50070645f817b94dd5d (diff)
downloadATCD-607a021dde89df37ecc993a95d2c6d5c4133e601.tar.gz
ChangeLogTag:Sat Oct 11 02:10:29 1997 Carlos O'Ryan <coryan@macarena.cs.wustl.edu>
Diffstat (limited to 'examples/Mem_Map')
-rw-r--r--examples/Mem_Map/IO-tests/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/examples/Mem_Map/IO-tests/Makefile b/examples/Mem_Map/IO-tests/Makefile
index c521e04d3d7..504d69b93b1 100644
--- a/examples/Mem_Map/IO-tests/Makefile
+++ b/examples/Mem_Map/IO-tests/Makefile
@@ -16,10 +16,6 @@ LSRC = $(addsuffix .cpp,$(FILES))
LOBJ = $(addsuffix .o,$(FILES))
SHOBJ = $(addsuffix .so,$(FILES))
-LDLIBS = $(addprefix $(VSHDIR),$(SHOBJ))
-
-VLDLIBS = $(LDLIBS:%=%$(VAR))
-
BUILD = $(VBIN)
#----------------------------------------------------------------------------