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 | ac59456b65d4b69c597ecc187366ebbd431071fc (patch) | |
tree | 8d649c88231bc5c9e9ea5da6a68b672765b621c4 /examples/Service_Configurator | |
parent | b9afb2363a9584ff6a03547564b4e2db20427a91 (diff) | |
download | ATCD-ac59456b65d4b69c597ecc187366ebbd431071fc.tar.gz |
ChangeLogTag:Sat Oct 11 02:10:29 1997 Carlos O'Ryan <coryan@macarena.cs.wustl.edu>
Diffstat (limited to 'examples/Service_Configurator')
-rw-r--r-- | examples/Service_Configurator/Misc/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/examples/Service_Configurator/Misc/Makefile b/examples/Service_Configurator/Misc/Makefile index 910846a9eac..45f4d80f5d8 100644 --- a/examples/Service_Configurator/Misc/Makefile +++ b/examples/Service_Configurator/Misc/Makefile @@ -1,5 +1,6 @@ #---------------------------------------------------------------------------- -# @(#)Makefile 1.1 10/18/96 +# +# $Id$ # # Makefile for a test of the miscellaneous Service_Config examples #---------------------------------------------------------------------------- @@ -16,10 +17,6 @@ LSRC = $(addsuffix .cpp,$(FILES)) LOBJ = $(addsuffix .o,$(FILES)) SHOBJ = $(addsuffix .so,$(FILES)) -LDLIBS = $(addprefix $(VSHDIR),$(SHOBJ)) - -VLDLIBS = $(LDLIBS:%=%$(VAR)) - BUILD = $(VBIN) #---------------------------------------------------------------------------- |