Merge pull request #9 from russellfriesenhahn/update_submodule_management

Fixup for commit 2b4bd6b564
diff --git a/Makefile b/Makefile
index 6006565..1c9d527 100644
--- a/Makefile
+++ b/Makefile
@@ -76,12 +76,12 @@
 	@echo "Installing $(CARAVEL_NAME) as a submodule.."
 	@if [ ! -d $(CARAVEL_ROOT) ]; then git submodule add --name $(CARAVEL_NAME) $(CARAVEL_REPO) $(CARAVEL_ROOT); fi
 	@git submodule update --init
-	@cd $(CARAVEL_ROOT); git checkout $(CARAVEL_HASH)
+	@cd $(CARAVEL_ROOT); git checkout $(CARAVEL_COMMIT)
 	$(MAKE) simlink
 else
 	@echo "Installing $(CARAVEL_NAME).."
 	@git clone $(CARAVEL_REPO) $(CARAVEL_ROOT)
-	@cd $(CARAVEL_ROOT); git checkout $(CARAVEL_HASH)
+	@cd $(CARAVEL_ROOT); git checkout $(CARAVEL_COMMIT)
 endif
 
 # Create symbolic links to caravel's main files