From a4727c4ef7f71fb86272659519c6543cb65a6581 Mon Sep 17 00:00:00 2001 From: Tom Payne Date: Sat, 28 Jul 2012 23:26:34 +0200 Subject: [PATCH] Add missing dependencies --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 3b2a8fc6f4..562bc51c91 100644 --- a/Makefile +++ b/Makefile @@ -16,22 +16,22 @@ ol.js: $(PLOVR_JAR) $(SRC) src/ol/ol.js @echo $@ "uncompressed:" $(shell wc -c <$@) bytes @echo $@ " compressed:" $(shell gzip -9 -c <$@ | wc -c) bytes -ol-skeleton.js: $(PLOVR_JAR) $(SRC) +ol-skeleton.js: $(PLOVR_JAR) $(SRC) skeleton.js java -jar $(PLOVR_JAR) build $(basename $@).json >$@ @echo $@ "uncompressed:" $(shell wc -c <$@) bytes @echo $@ " compressed:" $(shell gzip -9 -c <$@ | wc -c) bytes -ol-skeleton-debug.js: $(PLOVR_JAR) $(SRC) +ol-skeleton-debug.js: $(PLOVR_JAR) $(SRC) skeleton.js java -jar $(PLOVR_JAR) build $(basename $@).json >$@ @echo $@ "uncompressed:" $(shell wc -c <$@) bytes @echo $@ " compressed:" $(shell gzip -9 -c <$@ | wc -c) bytes -ol-skeleton-dom.js: $(PLOVR_JAR) $(SRC) +ol-skeleton-dom.js: $(PLOVR_JAR) $(SRC) skeleton.js java -jar $(PLOVR_JAR) build $(basename $@).json >$@ @echo $@ "uncompressed:" $(shell wc -c <$@) bytes @echo $@ " compressed:" $(shell gzip -9 -c <$@ | wc -c) bytes -ol-skeleton-webgl.js: $(PLOVR_JAR) $(SRC) +ol-skeleton-webgl.js: $(PLOVR_JAR) $(SRC) skeleton.js java -jar $(PLOVR_JAR) build $(basename $@).json >$@ @echo $@ "uncompressed:" $(shell wc -c <$@) bytes @echo $@ " compressed:" $(shell gzip -9 -c <$@ | wc -c) bytes