summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorspider <devnull@localhost>1998-04-07 20:42:00 +0000
committerspider <devnull@localhost>1998-04-07 20:42:00 +0000
commit3a2ae38ec8c37fd92d565f77336185c00fdb4a3a (patch)
tree2221b9b243abbd297bda79428b08f803fa7ab0a9
parentebccffddc765f3f612cfa763167b877f2162eb1e (diff)
downloadnspr-hg-3a2ae38ec8c37fd92d565f77336185c00fdb4a3a.tar.gz
Changes for loop to use new makecopy with wildcards so can build under win95
-rw-r--r--makefile.win12
1 files changed, 6 insertions, 6 deletions
diff --git a/makefile.win b/makefile.win
index 78f31483..dcc82831 100644
--- a/makefile.win
+++ b/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::