From 48269cd2d3a2e6598276733b70fe9afd0ae6713f Mon Sep 17 00:00:00 2001
From: Kevin Abel <kevin.abel.0@gmail.com>
Date: Fri, 30 May 2014 16:34:18 -0500
Subject: [PATCH] Fix typo in Makefile database dependency variable

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 46f52e13..f7736145 100644
--- a/Makefile
+++ b/Makefile
@@ -25,7 +25,7 @@ WDN_LIB_RAW = https://raw.githubusercontent.com/unl/wdntemplates/master/wdn/temp
 LESSHAT_RAW = https://raw.githubusercontent.com/csshat/lesshat/c8c211b2442734bfc1ae2509ff0ccebdc2e73664/build/lesshat.less
 
 # Database related CSV
-DB_DPBS = \
+DB_DEPS = \
 	data/csv/all_buildings.csv \
 	data/csv/additional_buildings.csv \
 	data/csv/artists.csv \
-- 
GitLab