--- man-1.6f-orig/man/Makefile.in 2005-08-21 01:26:06.000000000 +0200 +++ man-1.6f-orig/man/Makefile.in 2010-04-18 12:11:36.052345722 +0200 @@ -23,7 +23,7 @@ all: $(ALL) for i in $(MAYBE8); \ - do if test -f $$i.man; then make -f ../Makefile $$i.8; fi; done + do if test -f $$i.man; then $(MAKE) -f ../Makefile $$i.8; fi; done install: $(ALL) mkdir -p $(mandir)/man1 $(mandir)/man5 $(mandir)/man8 @@ -42,14 +42,14 @@ subdirs: @for i in @languages@; do if test -d $$i; then echo; \ echo "==== Making the `cat $$i.txt` man pages. ===="; \ - cd $$i; make -f ../Makefile; cd ..; \ + cd $$i; $(MAKE) -f ../Makefile; cd ..; \ else echo "==== No $$i man pages found. ===="; fi; done installsubdirs: @for i in @languages@; do if test -d $$i; then echo; \ echo "==== Installing the `cat $$i.txt` man pages. ===="; \ cd $$i; SLANG=/$$i; if test $$SLANG = /en; then SLANG= ; fi; \ - export SLANG; make -f ../Makefile install; cd ..; \ + export SLANG; $(MAKE) -f ../Makefile install; cd ..; \ else echo "==== No $$i man pages found. ===="; fi; done cleansubdirs: