summaryrefslogtreecommitdiff
path: root/pr/tests
diff options
context:
space:
mode:
authorwtc%netscape.com <devnull@localhost>2001-05-17 22:48:45 +0000
committerwtc%netscape.com <devnull@localhost>2001-05-17 22:48:45 +0000
commit064f6157f5ffd7ebc1af33b48bf34dc77fee6afb (patch)
treef8ad30702f6259abc316f30f3e8baf4bda83f81b /pr/tests
parentc2118dba456285e5cb657fd49ae63c54d1cad120 (diff)
downloadnspr-hg-064f6157f5ffd7ebc1af33b48bf34dc77fee6afb.tar.gz
Now that OBJDIR is the current directory (.), we no longer need to install
the test shared library in ../$(OBJDIR)/dll.
Diffstat (limited to 'pr/tests')
-rw-r--r--pr/tests/dll/Makefile.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/pr/tests/dll/Makefile.in b/pr/tests/dll/Makefile.in
index d970b48a..37e2f006 100644
--- a/pr/tests/dll/Makefile.in
+++ b/pr/tests/dll/Makefile.in
@@ -108,8 +108,6 @@ endif
ifdef SHARED_LIBRARY
export:: $(TARGETS)
- $(NSINSTALL) $(TARGETS) ../$(OBJDIR)/dll
-
clean::
rm -rf $(TARGETS)