mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-28 00:02:28 +00:00
Fix build invalidation issue with GNU Make
The `HDRS` and/or `INCS` variables need to be defined in order for `mkdeps.com` to compute build dependencies for `o//depend`. We're using INCS here since makeint.h is the evil kind of header that isn't actually defining a library interface but rather is a hodgepodge of common code.
This commit is contained in:
parent
8141988e92
commit
f4fc16754a
28 changed files with 29 additions and 26 deletions
2
third_party/make/commands.c
vendored
2
third_party/make/commands.c
vendored
|
@ -14,7 +14,7 @@ A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
|||
You should have received a copy of the GNU General Public License along with
|
||||
this program. If not, see <http://www.gnu.org/licenses/>. */
|
||||
|
||||
#include "third_party/make/makeint.h"
|
||||
#include "third_party/make/makeint.inc"
|
||||
/**/
|
||||
#include "third_party/make/dep.h"
|
||||
#include "third_party/make/filedef.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue