diff options
Diffstat (limited to 'nsprpub/lib/tests/Makefile.in')
-rw-r--r-- | nsprpub/lib/tests/Makefile.in | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/nsprpub/lib/tests/Makefile.in b/nsprpub/lib/tests/Makefile.in index d8f595fd8..76b567d0c 100644 --- a/nsprpub/lib/tests/Makefile.in +++ b/nsprpub/lib/tests/Makefile.in @@ -64,10 +64,6 @@ ifneq ($(OS_ARCH), WINNT) PWD = $(shell pwd) endif -ifeq ($(OS_ARCH), IRIX) -LDOPTS += -rpath $(PWD)/$(dist_libdir) -endif - ifeq ($(OS_ARCH), Linux) ifeq ($(OS_RELEASE), 1.2) EXTRA_LIBS = -ldl @@ -85,10 +81,6 @@ ifeq (,$(filter-out OpenBSD,$(OS_ARCH))) endif endif -ifeq ($(OS_ARCH), OSF1) -LDOPTS += -rpath $(PWD)/$(dist_libdir) -lpthread -endif - ifeq ($(OS_ARCH), HP-UX) LDOPTS += -Wl,+s,+b,$(PWD)/$(dist_libdir) endif |