From f4e578051e9d5b8735a5513023ff3ddbf61cf84f Mon Sep 17 00:00:00 2001 From: "wtc%netscape.com" Date: Thu, 17 May 2001 22:48:45 +0000 Subject: [PATCH] Now that OBJDIR is the current directory (.), we no longer need to install the test shared library in ../$(OBJDIR)/dll. --- nsprpub/pr/tests/dll/Makefile.in | 2 -- 1 file changed, 2 deletions(-) diff --git a/nsprpub/pr/tests/dll/Makefile.in b/nsprpub/pr/tests/dll/Makefile.in index d970b48aea9e..37e2f0060193 100644 --- a/nsprpub/pr/tests/dll/Makefile.in +++ b/nsprpub/pr/tests/dll/Makefile.in @@ -108,8 +108,6 @@ endif ifdef SHARED_LIBRARY export:: $(TARGETS) - $(NSINSTALL) $(TARGETS) ../$(OBJDIR)/dll - clean:: rm -rf $(TARGETS)