diff options
author | Tetsuharu OHZEKI <saneyuki.snyk@gmail.com> | 2014-06-08 03:31:33 +0900 |
---|---|---|
committer | Tetsuharu OHZEKI <saneyuki.snyk@gmail.com> | 2014-06-08 03:31:33 +0900 |
commit | 01933996e3f2ee5845fd8b445a10134c6165ff36 (patch) | |
tree | 9647dc4e8a1ef2a2998755c8e3ae5dc6fdc777b3 | |
parent | 1184b500e50123fdcfb6824bed1df6e770b0d0f8 (diff) | |
download | servo-01933996e3f2ee5845fd8b445a10134c6165ff36.tar.gz servo-01933996e3f2ee5845fd8b445a10134c6165ff36.zip |
Make the bindings make target work on all platforms.
-rw-r--r-- | Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index e12420ee4f4..0d9faf3736e 100644 --- a/Makefile.in +++ b/Makefile.in @@ -391,13 +391,13 @@ package: servo else -bindings: $(AUTOGEN_SRC_script) - .PHONY: package package: endif +bindings: $(AUTOGEN_SRC_script) + # Backup targets. These axist until build slaves are using Makefile.backup directly. .PHONY: backup-rust restore-rust |