summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBen Smith <binji@chromium.org>2015-10-05 10:24:46 -0700
committerBen Smith <binji@chromium.org>2015-10-05 15:36:57 -0700
commit5a40424dd10dc20f961837793b161093b77d0b09 (patch)
treebcef1e25eae3d7e3d45a14f5fb712cd1e8e1fae4 /Makefile
parentcc066066a36d02b3470e0e85ef0c4d9ae26f77e8 (diff)
downloadwabt-5a40424dd10dc20f961837793b161093b77d0b09.tar.gz
wabt-5a40424dd10dc20f961837793b161093b77d0b09.tar.bz2
wabt-5a40424dd10dc20f961837793b161093b77d0b09.zip
rename hash.* -> wasm-keywords.*
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 327691ac..96899eab 100644
--- a/Makefile
+++ b/Makefile
@@ -46,7 +46,7 @@ $(LSAN_OBJS): out/%.lsan.o: src/%.c | out
out/sexpr-wasm-lsan: $(LSAN_OBJS) | out
clang $(LSAN_FLAGS) -o $@ $^
-src/hash.h: src/hash.txt
+src/wasm-keywords.h: src/wasm-keywords.gperf
gperf --compare-strncmp --readonly-tables --struct-type $< --output-file $@
-include $(OBJS:.o=.d) $(ASAN_OBJS:.o=.d) $(MSAN_OBJS:.o=.d) $(LSAN_OBJS:.o=.d)