]> sjero.net Git - wget/blobdiff - windows/Makefile.top.bor
[svn] Don't define HAVE_LIMITS_H, Wget no longer uses it.
[wget] / windows / Makefile.top.bor
index e264f6c70f0173e6f946eb03afe7c46aa18b8957..b36111620f8abf3a559afc5a7c513a3aeb565cb8 100644 (file)
@@ -38,7 +38,7 @@ all: Makefile $(SUBDIRS)
 
 $(SUBDIRS): 
        cd $@
-       $(MAKE)
+       $(MAKEDIR)\$(MAKE)
        cd ..
 
 # install everything
@@ -61,15 +61,15 @@ realclean-top: distclean-top
 
 clean-recursive distclean-recursive realclean-recursive:
        cd src
-       $(MAKE) $(@:-recursive=)
-       cd ..\\doc
-       $(MAKE) $(@:-recursive=)
+       $(MAKEDIR)\$(MAKE) $(@:-recursive=)
+       cd ..\doc
+       $(MAKEDIR)\$(MAKE) $(@:-recursive=)
        cd ..
 
 bindist: wget.zip
 
 wget.zip: $(SUBDIRS)
        $(RM) wget.zip
-       zip -Djl9 wget.zip AUTHORS COPYING INSTALL MACHINES MAILING-LIST NEWS README doc/sample.wgetrc
+       zip -Djl9 wget.zip AUTHORS COPYING INSTALL MAILING-LIST NEWS README doc/sample.wgetrc
        zip -Dj9 wget.zip src/wget.exe doc/wget.hlp