diff options
| author | Mike Pall <mike> | 2013-02-22 12:29:54 +0100 |
|---|---|---|
| committer | Mike Pall <mike> | 2013-02-22 12:29:54 +0100 |
| commit | fdc0ce8debd46bdf35aaec320eef3105055e90b5 (patch) | |
| tree | fb9f74f7ddbc699a8badf54744ae6b078f9acf0a /src/Makefile | |
| parent | 19d565145592b45713adfd474224a1e46a533a99 (diff) | |
| download | luajit-fdc0ce8debd46bdf35aaec320eef3105055e90b5.tar.gz luajit-fdc0ce8debd46bdf35aaec320eef3105055e90b5.tar.bz2 luajit-fdc0ce8debd46bdf35aaec320eef3105055e90b5.zip | |
Don't modify generated libbc header if unchanged.
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index f3631a0d..95671792 100644 --- a/src/Makefile +++ b/src/Makefile | |||
| @@ -559,7 +559,7 @@ clean: | |||
| 559 | $(HOST_RM) $(ALL_RM) | 559 | $(HOST_RM) $(ALL_RM) |
| 560 | 560 | ||
| 561 | libbc: | 561 | libbc: |
| 562 | ./$(LUAJIT_T) host/genlibbc.lua $(LJLIB_C) >host/buildvm_libbc.h | 562 | ./$(LUAJIT_T) host/genlibbc.lua -o host/buildvm_libbc.h $(LJLIB_C) |
| 563 | $(MAKE) all | 563 | $(MAKE) all |
| 564 | 564 | ||
| 565 | depend: | 565 | depend: |
