From 01933996e3f2ee5845fd8b445a10134c6165ff36 Mon Sep 17 00:00:00 2001 From: Tetsuharu OHZEKI Date: Sun, 8 Jun 2014 03:31:33 +0900 Subject: [PATCH] Make the bindings make target work on all platforms. --- Makefile.in | 4 ++-- 1 file 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