Re: make vs. $(MAKE) in debian/rules

1998-09-18 Thread Manoj Srivastava
Hi, >>"Florian" == Florian Hinzmann <[EMAIL PROTECTED]> writes: Florian> Is there some special reason for calling the Florian> binary "make" the first time and using the $(MAKE) Florian> veriable the second time? IMHO it should always use $(MAKE). Look at the excerpt from the manual b

make vs. $(MAKE) in debian/rules

1998-09-18 Thread Florian Hinzmann
Hi! The helper dh_make installs a skeleton debian/rules. In target "build-stamp" it calls "make CFLAGS=...", but in target "clean" it calls "-$(MAKE) clean" Is there some special reason for calling the binary "make" the first time and using the $(MAKE) veriable the second time? BTW: What does th