diff options
| author | mrm <mrm@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-12-01 00:09:53 +0000 |
|---|---|---|
| committer | mrm <mrm@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-12-01 00:09:53 +0000 |
| commit | eec828f2220857220b148cd1d705eea8ff1555f0 (patch) | |
| tree | 71774ac0fa611dfdd32788cedbda4933282cd968 /ASNMP/examples | |
| parent | 6df498949dd30ec66f986db83ce1ca0116ef4684 (diff) | |
| download | ATCD-eec828f2220857220b148cd1d705eea8ff1555f0.tar.gz | |
Eric Newton's changes
Diffstat (limited to 'ASNMP/examples')
| -rw-r--r-- | ASNMP/examples/trap/Makefile | 2 | ||||
| -rw-r--r-- | ASNMP/examples/walk/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ASNMP/examples/trap/Makefile b/ASNMP/examples/trap/Makefile index 1f11bdad45e..9a8bdfd280a 100644 --- a/ASNMP/examples/trap/Makefile +++ b/ASNMP/examples/trap/Makefile @@ -14,7 +14,7 @@ BIN = trap CCFLAGS = -I$(ACE_ROOT)/ASNMP/ LSRC = $(addsuffix .cpp,$(BIN)) -VLDLIBS = -R$(ACE_ROOT)/ASNMP/asnmp -L$(ACE_ROOT)/ASNMP/asnmp -lasnmp $(LDLIBS:%=%$(VAR)) +LDLIBS := -L$(ACE_ROOT)/ASNMP/asnmp -lasnmp $(LDLIBS:%=%$(VAR)) BUILD = $(VBIN) diff --git a/ASNMP/examples/walk/Makefile b/ASNMP/examples/walk/Makefile index b40adef5769..5de4959da60 100644 --- a/ASNMP/examples/walk/Makefile +++ b/ASNMP/examples/walk/Makefile @@ -14,7 +14,7 @@ BIN = walk CCFLAGS = -I$(ACE_ROOT)/ASNMP/ LSRC = $(addsuffix .cpp,$(BIN)) -VLDLIBS = -L$(ACE_ROOT)/ASNMP/asnmp -lasnmp $(LDLIBS:%=%$(VAR)) +LDLIBS := -L$(ACE_ROOT)/ASNMP/asnmp -lasnmp $(LDLIBS:%=%$(VAR)) BUILD = $(VBIN) |
