diff options
-rw-r--r-- | ChangeLog-99b | 7 | ||||
-rw-r--r-- | netsvcs/clients/Naming/Client/Makefile | 2 | ||||
-rw-r--r-- | netsvcs/clients/Naming/Dump_Restore/Makefile | 2 |
3 files changed, 7 insertions, 4 deletions
diff --git a/ChangeLog-99b b/ChangeLog-99b index 263e2171c07..c0a03cb2a91 100644 --- a/ChangeLog-99b +++ b/ChangeLog-99b @@ -1,3 +1,10 @@ +Wed Aug 4 15:54:51 1999 Carlos O'Ryan <coryan@cs.wustl.edu> + + * netsvcs/clients/Naming/Client/Makefile: + * netsvcs/clients/Naming/Dump_Restore/Makefile: + If the libraries are specified as dependencies then they don't + need to be listed in LDLIBS + Wed Aug 4 13:20:54 1999 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu> * ace/Malloc.h: Ok, let's try this again ;-). Removed the diff --git a/netsvcs/clients/Naming/Client/Makefile b/netsvcs/clients/Naming/Client/Makefile index 6713a9431e6..9ae66c53e33 100644 --- a/netsvcs/clients/Naming/Client/Makefile +++ b/netsvcs/clients/Naming/Client/Makefile @@ -19,8 +19,6 @@ SHOBJ = $(addsuffix .so,$(FILES)) LIBS += $(ACELIB) -LDLIBS = -lClient_Test - VLDLIBS = $(LDLIBS:%=%$(VAR)) BIN2 = main diff --git a/netsvcs/clients/Naming/Dump_Restore/Makefile b/netsvcs/clients/Naming/Dump_Restore/Makefile index 85ec778c356..39e86109271 100644 --- a/netsvcs/clients/Naming/Dump_Restore/Makefile +++ b/netsvcs/clients/Naming/Dump_Restore/Makefile @@ -19,8 +19,6 @@ SHOBJ = $(addsuffix .so,$(FILES)) LIBS += $(ACELIB) -LDLIBS = -lDump_Restore - VLDLIBS = $(LDLIBS:%=%$(VAR)) BIN2 = main |