< > I am trying build package where makefile is nested in subdirectory and dh_make < complain to it. < > What is right way to solve it? < < Do you mean beyond make's own support for this? < < $(MAKE) -C dir/ <
This is tweak for debian/rules file? Name of dir with makefile is "source" So probably something like this? $(MAKE) -C source mira -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

