]> git.proxmox.com Git - wasi-libc.git/commit
Makefile: Don't mix phony targets with directory names
authorSam Clegg <sbc@chromium.org>
Thu, 2 May 2019 18:26:44 +0000 (11:26 -0700)
committerDan Gohman <sunfish@mozilla.com>
Thu, 2 May 2019 19:47:45 +0000 (12:47 -0700)
commit8e8cc34aadefb45955e706503fe70f582b3e3606
tree6544a2b42268036777b4a86b290ac44be52d8bc5
parent5ae626e99d8c9f97808a701ad2986b4c1386893d
Makefile: Don't mix phony targets with directory names

Remove build rules for $(SYSROOT) and $(SYSROOT_INC).  The latter
becomes `include_dirs`.  The former is not needed, instead just add
startup_files to the finish rule.
Makefile