From d13f7ba97c8587ed926bfaafec394b1600f14082 Mon Sep 17 00:00:00 2001 From: lloyd Date: Sun, 10 Sep 2006 03:50:16 +0000 Subject: Lowercase the link command, no sense in shouting. --- misc/config/makefile/nmake.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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:$@.exe $(CHECKOBJS) $(STATIC_LIB) $(LINK_TO) + link /OUT:$@.exe $(CHECKOBJS) $(STATIC_LIB) $(LINK_TO) $(STATIC_LIB): $(LIBOBJS) $(AR) /OUT:$@ /NAME:BOTAN-$(VERSION) $(LIBOBJS) -- cgit v1.2.3