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 | |
parent | e0340c262eda805d1c4969a24bac7fd50630ef2c (diff) | |
download | ATCD-4b481a20d9d696d71b31fa67bca25e0f4debee66.tar.gz |
ChangeLogTag:Sun Oct 12 16:22:06 1997 Carlos O'Ryan <coryan@macarena.cs.wustl.edu>
-rw-r--r-- | ChangeLog-97b | 6 | ||||
-rw-r--r-- | examples/Naming/Makefile | 2 |
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog-97b b/ChangeLog-97b index 8c386f63c5e..001d4a9740c 100644 --- a/ChangeLog-97b +++ b/ChangeLog-97b @@ -1,3 +1,9 @@ +Sun Oct 12 16:22:06 1997 Carlos O'Ryan <coryan@macarena.cs.wustl.edu> + + * examples/Naming/Makefile: + There is no need to set LDLIBS to add local object files + anymore, using FILES is enough. + Sun Oct 12 14:18:12 1997 Douglas C. Schmidt <schmidt@flamenco.cs.wustl.edu> * ace: Created a new group of Timer_Queue_Adapters files and moved 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) |