From 594eb7fe95b9699600c37e8c4623eee1dae92dc7 Mon Sep 17 00:00:00 2001 From: Frederic Junod Date: Tue, 11 Aug 2015 08:59:37 +0200 Subject: [PATCH] Fix typo in Makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index fe57de1402..6c0c1d75fe 100644 --- a/Makefile +++ b/Makefile @@ -188,13 +188,13 @@ build/timestamps/check-%-timestamp: $(BUILD_HOSTED)/examples/%.html \ build/timestamps/check-requires-timestamp: $(SRC_JS) $(EXAMPLES_JS) \ $(SRC_SHADER_JS) $(SPEC_JS) \ - $(SPEC_RENDERING JS) + $(SPEC_RENDERING_JS) @mkdir -p $(@D) @python bin/check-requires.py $(CLOSURE_LIB) $^ @touch $@ build/timestamps/check-whitespace-timestamp: $(SRC_JS) $(EXAMPLES_JS) \ - $(SPEC_JS) $(SPEC_RENDERING JS) \ + $(SPEC_JS) $(SPEC_RENDERING_JS) \ $(SRC_JSDOC) @mkdir -p $(@D) @python bin/check-whitespace.py $^