Skip to content

Commit

Permalink
Makefile: actually install dejagnu
Browse files Browse the repository at this point in the history
  • Loading branch information
pipcet committed Jan 28, 2021
1 parent c0badef commit 7b5afe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ build/wasm32/gcc-testsuite/problem.tar:
$(MAKE) -k $(GCC_PROBLEM_TESTS:%=build/wasm32/gcc-testsuite/%.{dejagnu}/okay) || true
tar cf $@ build/wasm32/gcc-testsuite

problem!: | subrepos/gcc/checkout! extracted/daily/binutils.tar.gz extracted/daily/glibc.tar.gz bin/js
problem!: | subrepos/gcc/checkout! extracted/daily/binutils.tar.gz extracted/daily/glibc.tar.gz bin/js install/dejagnu install/gcc-dependencies install/texinfo-bison-flex
$(MAKE) extracted/daily/gcc-preliminary.tar.gz
$(MAKE) extracted/daily/gcc.tar.gz
$(MAKE) wasm wasm/ld.wasm wasm/libc.wasm wasm/libdl.wasm wasm/libcrypt.wasm wasm/libutil.wasm wasm/libm.wasm wasm/libstdc++.wasm
Expand Down

0 comments on commit 7b5afe4

Please sign in to comment.