diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-10-11 07:12:51 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-10-11 07:12:51 +0000 |
commit | 607a021dde89df37ecc993a95d2c6d5c4133e601 (patch) | |
tree | 8d649c88231bc5c9e9ea5da6a68b672765b621c4 /examples/Mem_Map | |
parent | 97f9ef138eaaddb5c964c50070645f817b94dd5d (diff) | |
download | ATCD-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/Makefile | 4 |
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) #---------------------------------------------------------------------------- |