aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlloyd <[email protected]>2006-09-10 03:50:16 +0000
committerlloyd <[email protected]>2006-09-10 03:50:16 +0000
commitd13f7ba97c8587ed926bfaafec394b1600f14082 (patch)
tree15f0c52d09ed36ca1e5acd5d05c92221da999976
parent04ca56c95e152edf1f2a49bc1a4be5b64a5774a7 (diff)
Lowercase the link command, no sense in shouting.
-rw-r--r--misc/config/makefile/nmake.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/config/makefile/nmake.in b/misc/config/makefile/nmake.in
index 7e8dc7349..f8641a966 100644
--- a/misc/config/makefile/nmake.in
+++ b/misc/config/makefile/nmake.in
@@ -74,7 +74,7 @@ all: $(LIBRARIES)
# Link Commands #
##################################################
$(CHECK): $(LIBRARIES) $(CHECKOBJS)
- LINK /OUT:[email protected] $(CHECKOBJS) $(STATIC_LIB) $(LINK_TO)
+ link /OUT:[email protected] $(CHECKOBJS) $(STATIC_LIB) $(LINK_TO)
$(STATIC_LIB): $(LIBOBJS)
$(AR) /OUT:$@ /NAME:BOTAN-$(VERSION) $(LIBOBJS)