summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtc%netscape.com <devnull@localhost>2001-06-14 22:01:54 +0000
committerwtc%netscape.com <devnull@localhost>2001-06-14 22:01:54 +0000
commit099d24315d7f9adc3be9144e14b1097ce884300e (patch)
tree2bf0f2b5ea872a17021b2b977d338a69cb305ae0
parent635c42be17140b84794996ab6d89b9910c83dba1 (diff)
downloadnspr-hg-099d24315d7f9adc3be9144e14b1097ce884300e.tar.gz
Deleted an extra line that was probably added incorrectly during merging.
-rw-r--r--lib/prstreams/Makefile.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/prstreams/Makefile.in b/lib/prstreams/Makefile.in
index 9cb2d7c7..3128b525 100644
--- a/lib/prstreams/Makefile.in
+++ b/lib/prstreams/Makefile.in
@@ -205,7 +205,6 @@ ifeq ($(OS_ARCH),OpenVMS)
$(INSTALL) -m 444 $(SHARED_LIBRARY) $(dist_libdir)
ifdef SHARED_LIBRARY
$(INSTALL) -m 444 $(SHARED_LIBRARY:.$(DLL_SUFFIX)=.vms) $(dist_libdir)
- $(INSTALL) -m 444 $(SHARED_LIBRARY:.$(DLL_SUFFIX)=.vms) $(dist_bindir)
endif
endif