summaryrefslogtreecommitdiff
path: root/pr/tests/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'pr/tests/Makefile.in')
-rw-r--r--pr/tests/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/pr/tests/Makefile.in b/pr/tests/Makefile.in
index 08b0d277..c267699c 100644
--- a/pr/tests/Makefile.in
+++ b/pr/tests/Makefile.in
@@ -484,7 +484,7 @@ else
ifeq ($(OS_TARGET),OS2)
$(LINK) $(EXEFLAGS) $(LDOPTS) $< $(LIBPLC) $(LIBPR) $(OS_LIBS) $(EXTRA_LIBS)
else
- link $(LDOPTS) $< $(LIBPLC) $(LIBPR) wsock32.lib -out:$@
+ link $(LDOPTS) $(EXTRA_LDOPTS) $< $(LIBPLC) $(LIBPR) $(EXTRA_LIBS) wsock32.lib -out:$@
endif
endif
else