Skip to content

Commit

Permalink
Makefile: drop old rule
Browse files Browse the repository at this point in the history
  • Loading branch information
pipcet committed Feb 11, 2021
1 parent 806a310 commit 5fd3086
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -1011,9 +1011,6 @@ wasm32/native/lib/js: | wasm32/native/lib
wasm32/native/lib/js/wasm32.js: jsc/wasm32/wasm32.jsc | wasm32/native/lib/js wasm32/cross/bin/jsc install/file-slurp
(echo "//autogenerated from $<, do not edit"; echo '"use strict";'; wasm32/cross/bin/jsc wasm32-unknown-none) < $< > $@

js:
$(MKDIR) $@

wasm32/native/stamp/build/all: wasm32/native/stamp/build/binutils-gdb wasm32/native/stamp/build/gcc-preliminary wasm32/native/stamp/build/glibc wasm32/native/stamp/build/gcc wasm32/native/stamp/build/ncurses wasm32/native/stamp/build/bash wasm32/native/stamp/build/gdb
touch $@

Expand Down

0 comments on commit 5fd3086

Please sign in to comment.