strange behaviour of upstream Makefile

2003-07-23 Thread Tommaso Moroni
Hi! While checking a package I'm working on I got an error from linda, which calls make -nf debian/rules binary and loops. It seems that the problem lies in the $(CONFIGFILE) rule, which calls $(MAKE) which depends (indirectly) on $(CONFIGFILE). But then why make -f debian/rules works without p

strange behaviour of upstream Makefile

2003-07-23 Thread Tommaso Moroni
Hi! While checking a package I'm working on I got an error from linda, which calls make -nf debian/rules binary and loops. It seems that the problem lies in the $(CONFIGFILE) rule, which calls $(MAKE) which depends (indirectly) on $(CONFIGFILE). But then why make -f debian/rules works without p