From 1a2f45f67eb792bb0e1d714418b76bcc1ee324b1 Mon Sep 17 00:00:00 2001 From: spider Date: Tue, 7 Apr 1998 20:42:00 +0000 Subject: [PATCH] Changes for loop to use new makecopy with wildcards so can build under win95 --- nsprpub/makefile.win | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/nsprpub/makefile.win b/nsprpub/makefile.win index 78f31483384a..dcc828312f25 100644 --- a/nsprpub/makefile.win +++ b/nsprpub/makefile.win @@ -81,12 +81,12 @@ export libs install clobber clobber_all clean:: !if "$(MOZ_BITS)" != "16" export:: - for %f in ($(XPDIST)\$(PR_OBJDIR)\include\*.h) do $(MAKE_INSTALL) %f $(DIST)\include - for %f in ($(XPDIST)\$(PR_OBJDIR)\include\md\*.h) do $(MAKE_INSTALL) %f $(DIST)\include\md - for %f in ($(XPDIST)\$(PR_OBJDIR)\include\obsolete\*.h) do $(MAKE_INSTALL) %f $(DIST)\include\obsolete - for %f in ($(XPDIST)\$(PR_OBJDIR)\include\private\*.h) do $(MAKE_INSTALL) %f $(DIST)\include\private - for %f in ($(XPDIST)\$(PR_OBJDIR)\lib\*.lib) do $(MAKE_INSTALL) %f $(DIST)\lib - for %f in ($(XPDIST)\$(PR_OBJDIR)\lib\*.dll) do $(MAKE_INSTALL) %f $(DIST)\bin + $(MAKE_INSTALL) $(XPDIST)\$(PR_OBJDIR)\include\*.h $(DIST)\include + $(MAKE_INSTALL) $(XPDIST)\$(PR_OBJDIR)\include\md\*.h $(DIST)\include\md + $(MAKE_INSTALL) $(XPDIST)\$(PR_OBJDIR)\include\obsolete\*.h $(DIST)\include\obsolete + $(MAKE_INSTALL) $(XPDIST)\$(PR_OBJDIR)\include\private\*.h $(DIST)\include\private + $(MAKE_INSTALL) $(XPDIST)\$(PR_OBJDIR)\lib\*.lib $(DIST)\lib + $(MAKE_INSTALL) $(XPDIST)\$(PR_OBJDIR)\lib\*.dll $(DIST)\bin !endif depend::