diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-10-12 21:23:45 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-10-12 21:23:45 +0000 |
commit | 4b481a20d9d696d71b31fa67bca25e0f4debee66 (patch) | |
tree | cdb8b2757a376e2eaf1e3d754718524eb8388663 /examples/Naming | |
parent | e0340c262eda805d1c4969a24bac7fd50630ef2c (diff) | |
download | ATCD-4b481a20d9d696d71b31fa67bca25e0f4debee66.tar.gz |
ChangeLogTag:Sun Oct 12 16:22:06 1997 Carlos O'Ryan <coryan@macarena.cs.wustl.edu>
Diffstat (limited to 'examples/Naming')
-rw-r--r-- | examples/Naming/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/Naming/Makefile b/examples/Naming/Makefile index 70b13a956b3..1850304afe9 100644 --- a/examples/Naming/Makefile +++ b/examples/Naming/Makefile @@ -16,8 +16,6 @@ LSRC = $(addsuffix .cpp,$(FILES)) LOBJ = $(addsuffix .o,$(FILES)) SHOBJ = $(addsuffix .so,$(FILES)) -LDLIBS = $(addprefix $(VSHDIR),$(SHOBJ)) - VLDLIBS = $(LDLIBS:%=%$(VAR)) BUILD = $(VBIN) |