[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Nested makefile



<  > 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


Reply to: