From 2f92a0e40b9d3adb80c04af73d1d0fe9fab887bb Mon Sep 17 00:00:00 2001 From: "wtc%netscape.com" Date: Mon, 14 Dec 1998 23:30:43 +0000 Subject: [PATCH] Removed unnecessary -L/lib. --- nsprpub/pr/src/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nsprpub/pr/src/Makefile b/nsprpub/pr/src/Makefile index e0709f4d348d..ab4c3795885c 100644 --- a/nsprpub/pr/src/Makefile +++ b/nsprpub/pr/src/Makefile @@ -101,9 +101,9 @@ endif ifeq ($(OS_ARCH),Linux) ifeq ($(USE_PTHREADS), 1) -OS_LIBS = -L/lib -lpthread -ldl -lc +OS_LIBS = -lpthread -ldl -lc else -OS_LIBS = -L/lib -ldl -lc +OS_LIBS = -ldl -lc endif endif