From a357c55ab2511c2e9942b3334d2dfbfaa7f92a52 Mon Sep 17 00:00:00 2001 From: "cls%seawood.org" Date: Fri, 20 Aug 1999 16:21:52 +0000 Subject: Merged with HEAD from 8/18 or so. --- pr/tests/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pr/tests/Makefile b/pr/tests/Makefile index 3998e480..33ae4112 100644 --- a/pr/tests/Makefile +++ b/pr/tests/Makefile @@ -465,7 +465,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 -- cgit v1.2.1