From 6e7bfbcc9203c6ff974190cdbd5e2b7401734fed Mon Sep 17 00:00:00 2001
From: Guus Sliepen <guus@debian.org>
Date: Tue, 22 Dec 2009 19:32:55 +0100
Subject: [PATCH] Building a pak file requires the pak utility to have been
 built.

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

diff --git a/makefile b/makefile
index eda1533..1af900d 100644
--- a/makefile
+++ b/makefile
@@ -89,7 +89,7 @@ mapeditor: $(MAPOBJS)
 clean:
 	$(RM) $(GAMEOBJS) mapEditor.o pak.o $(PROG) $(PAKNAME) pak mapeditor $(LOCALE_MO)
 	
-buildpak:
+buildpak: pak
 	./pak data gfx music sound $(PAKNAME)
 
 # install
-- 
2.39.5