diff options
author | lloyd <[email protected]> | 2006-09-10 03:50:16 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2006-09-10 03:50:16 +0000 |
commit | d13f7ba97c8587ed926bfaafec394b1600f14082 (patch) | |
tree | 15f0c52d09ed36ca1e5acd5d05c92221da999976 | |
parent | 04ca56c95e152edf1f2a49bc1a4be5b64a5774a7 (diff) |
Lowercase the link command, no sense in shouting.
-rw-r--r-- | misc/config/makefile/nmake.in | 2 |
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) |