summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtc%netscape.com <devnull@localhost>1998-12-14 23:30:43 +0000
committerwtc%netscape.com <devnull@localhost>1998-12-14 23:30:43 +0000
commitf3a9cda2d6d584ca5e42f7390607ceb91e61f6e3 (patch)
treeef75c42d658cd8ed996335ef3f3d4554b151bd96
parent692e49b9fb03653d576aaf5c9a8b02d74e7593e0 (diff)
downloadnspr-hg-f3a9cda2d6d584ca5e42f7390607ceb91e61f6e3.tar.gz
Removed unnecessary -L/lib.
-rw-r--r--pr/src/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/pr/src/Makefile b/pr/src/Makefile
index e0709f4d..ab4c3795 100644
--- a/pr/src/Makefile
+++ b/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