help-make
[Top][All Lists]
Advanced

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

re: recipes depend on includes


From: Dan Miller
Subject: re: recipes depend on includes
Date: Sat, 11 Nov 2017 14:23:22 -0600
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0

In my Makefile, I have an include: "include some_other.makefile" and that makefile is read correctly.

My issue is that if I make changes to some_other.makefile, none of the targets in Makefile are remade, which is the desired behavior, so I do not have to explicitly list "some_other.makefile" as a requisite for all of my targets in Makefile.

Is there anyway to have my targets implicitly be remade for any changes I make to files that I "include"?


-Dan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]