From a3d27fdc744177d6ee6dcd5a31b80d9fcf8787a4 Mon Sep 17 00:00:00 2001 From: "granrose%netscape.com" Date: Thu, 30 Sep 1999 16:57:48 +0000 Subject: [PATCH] fixed splitsymbols target to cd to correct directory. a=leaf --- makefile.win | 2 ++ 1 file changed, 2 insertions(+) diff --git a/makefile.win b/makefile.win index d9d85d37681..08b6bbce743 100644 --- a/makefile.win +++ b/makefile.win @@ -147,6 +147,8 @@ splitsymbols: !if defined(FIND) !if "$(SPLITSYM)" != "" echo splitting symbols out of binaries + # componentreg leaves us in $(DIST)/bin + cd $(MOZ_SRC)\mozilla $(FIND) $(DIST) -name "*.dll" -exec $(SPLITSYM) {} ; $(FIND) $(DIST) -name "*.exe" -exec $(SPLITSYM) {} ; $(FIND) $(DIST) -name "*.EXE" -exec $(SPLITSYM) {} ;