Fix Makefile rebuilding every target
This commit is contained in:
parent
622ce2cc9d
commit
7542b14c5b
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -92,4 +92,4 @@ unicode_gen: $(BUILD_DIR)
|
||||||
libunicode-table.h: unicode_gen
|
libunicode-table.h: unicode_gen
|
||||||
$(BUILD_DIR)/unicode_gen unicode $@
|
$(BUILD_DIR)/unicode_gen unicode $@
|
||||||
|
|
||||||
.PHONY: all build debug install clean distclean stats test test262 test262-update test262-check microbench unicode_gen
|
.PHONY: all debug install clean distclean stats test test262 test262-update test262-check microbench unicode_gen
|
||||||
|
|
Loading…
Reference in a new issue