aboutsummaryrefslogtreecommitdiffstats
path: root/misc/config/makefile/nmake.in
diff options
context:
space:
mode:
Diffstat (limited to 'misc/config/makefile/nmake.in')
-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)