From 36239834db559a9831e72e4e864f81dc4b430538 Mon Sep 17 00:00:00 2001
From: Allanis <allanis@saracraft.net>
Date: Tue, 31 Dec 2013 07:21:32 +0000
Subject: [PATCH] [Add] Missing a dependancy.

---
 bin/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/Makefile b/bin/Makefile
index 71e2bce..3eeab19 100644
--- a/bin/Makefile
+++ b/bin/Makefile
@@ -122,12 +122,12 @@ mksprite: ../utils/mkspr/main.c
 $(VERSIONFILE):
 	@echo -n "$(VMAJOR).$(VMINOR).$(VREV)" > $(VERSIONFILE)
 
-data: $(DATAFILES)
+data: pack $(DATAFILES)
 	@echo -n "$(VMAJOR).$(VMINOR).$(VREV)" > $(VERSIONFILE)
 	@echo -e "\tCreating data..\n"
 	@./pack $(DATA) $(DATAFILES) $(VERSIONFILE)
 
-utils: mksprite pack
+utils: pack mksprite
 
 docs:
 	@(cd docs/doxygen; doxygen)