From e3926fc1ef3fd827bfe7686b6d6db4485524c065 Mon Sep 17 00:00:00 2001 From: Guus Sliepen Date: Mon, 28 Jun 2010 23:56:40 +0200 Subject: [PATCH] Building a pak file requires the pak utility to have been built. Reapplication of commit 6e7bfbcc9203c6ff974190cdbd5e2b7401734fed. --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 3232b1d..48868ea 100755 --- a/makefile +++ b/makefile @@ -92,7 +92,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