summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtc%netscape.com <devnull@localhost>2000-02-07 18:39:03 +0000
committerwtc%netscape.com <devnull@localhost>2000-02-07 18:39:03 +0000
commit3fe704d5e2ebce89d76efe8c1bff6fcd92988696 (patch)
tree95ddd4a98d050a98a0278acc8ba385e53367d566
parent96c3da91110014775d4af73ba5135bb93fa00ae8 (diff)
downloadnspr-hg-3fe704d5e2ebce89d76efe8c1bff6fcd92988696.tar.gz
Bugzilla bug #26844: removed lib/prstreams from NSPR build scripts.NSPRPUB_RELEASE_4_0_BETA
Modified files: lib/Makefile, lib/Makefile.in (NSPRPUB_RELEASE_4_0_BRANCH)
-rw-r--r--lib/Makefile4
-rw-r--r--lib/Makefile.in4
2 files changed, 0 insertions, 8 deletions
diff --git a/lib/Makefile b/lib/Makefile
index 503670a7..9bb7d95c 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -25,10 +25,6 @@ include $(MOD_DEPTH)/config/config.mk
DIRS = ds libc
-ifneq (,$(filter-out Rhapsody WIN16 NEWS-OS,$(OS_TARGET)))
-DIRS += prstreams
-endif
-
include $(MOD_DEPTH)/config/rules.mk
export:: $(TARGETS)
diff --git a/lib/Makefile.in b/lib/Makefile.in
index ff842c69..e6a1c312 100644
--- a/lib/Makefile.in
+++ b/lib/Makefile.in
@@ -30,10 +30,6 @@ include $(topsrcdir)/config/config.mk
DIRS = ds libc
-ifneq (,$(filter-out Rhapsody WIN16 NEWS-OS,$(OS_TARGET)))
-DIRS += prstreams
-endif
-
include $(topsrcdir)/config/rules.mk
export:: $(TARGETS)