]> git.lizzy.rs Git - rust.git/blob - src/test/run-make/rustc-macro-dep-files/Makefile
Auto merge of #56079 - mark-i-m:patch-1, r=nikomatsakis
[rust.git] / src / test / run-make / rustc-macro-dep-files / Makefile
1 -include ../../run-make-fulldeps/tools.mk
2
3 # FIXME(eddyb) provide `HOST_RUSTC` and `TARGET_RUSTC`
4 # instead of hardcoding them everywhere they're needed.
5 all:
6         $(BARE_RUSTC) foo.rs --out-dir $(TMPDIR)
7         $(RUSTC) bar.rs --target $(TARGET) --emit dep-info
8         $(CGREP) -v "proc-macro source" < $(TMPDIR)/bar.d