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/Service_Configurator/Misc | |
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/Service_Configurator/Misc')
-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) #---------------------------------------------------------------------------- |