Skip to content

Commit

Permalink
Makefile: dependency fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pipcet committed Jan 31, 2021
1 parent a19f1d8 commit f11a8b6
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 @@ -595,7 +595,7 @@ build/wasm32/coreutils/Makefile: | built/wasm32/ncurses src/coreutils build/wasm
(cd build/wasm32/coreutils; CC=wasm32-unknown-none-gcc PATH=$(PWD)/wasm32-unknown-none/bin:$$PATH ./bootstrap --skip-po --no-git --gnulib-srcdir=$(PWD)/src/coreutils/gnulib; CC=wasm32-unknown-none-gcc PATH=$(PWD)/wasm32-unknown-none/bin:$$PATH ./configure --build=x86_64-pc-linux-gnu --host=wasm32-unknown-none --prefix=$(PWD)/wasm32-unknown-none/wasm32-unknown-none)
touch $@

build/wasm32/perl: src/perl wasm/libcrypt.wasm wasm/libutil.wasm
build/wasm32/perl: | src/perl wasm/libcrypt.wasm wasm/libutil.wasm
$(MKDIR) $@
(cd src/perl; tar c --exclude .git .) | (cd $@; tar x)

Expand Down

0 comments on commit f11a8b6

Please sign in to comment.