From cb8bee44c125ee414eaa461bfb80754f856a48d3 Mon Sep 17 00:00:00 2001 From: "mhammond%skippinet.com.au" Date: Sun, 3 Mar 2002 10:44:34 +0000 Subject: [PATCH] Install tools into the tools directory! Not part of the build. git-svn-id: svn://10.0.0.236/trunk@115672 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/extensions/python/xpcom/makefile.win | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/extensions/python/xpcom/makefile.win b/mozilla/extensions/python/xpcom/makefile.win index 27aabd070a5..68968b12b79 100644 --- a/mozilla/extensions/python/xpcom/makefile.win +++ b/mozilla/extensions/python/xpcom/makefile.win @@ -29,7 +29,7 @@ libs:: $(MAKE_INSTALL) *.py $(DIST)\bin\python\xpcom $(MAKE_INSTALL) client\*.py $(DIST)\bin\python\xpcom\client $(MAKE_INSTALL) server\*.py $(DIST)\bin\python\xpcom\server - $(MAKE_INSTALL) tools\*.py $(DIST)\bin\python\xpcom\server + $(MAKE_INSTALL) tools\*.py $(DIST)\bin\python\xpcom\tools clobber:: rm -rf $(DIST)\bin\python\xpcom