From b76aff1bfc6122977d7057febdc6eddd7e1544ab Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Sat, 21 Jul 2007 22:59:15 +0000 Subject: * Oops, how'd they get in there... --- Makefile | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e5157e08..99018540 100644 --- a/Makefile +++ b/Makefile @@ -135,7 +135,6 @@ NDIR=$(MOUNT_DIR)/null UIDIR=$(MOUNT_DIR)/ui JPDIR=$(MOUNT_DIR)/jpeg-6 TOOLSDIR=$(MOUNT_DIR)/tools -LOKISETUPDIR=$(UDIR)/setup SDLHDIR=$(MOUNT_DIR)/SDL12 LIBSDIR=$(MOUNT_DIR)/libs MASTERDIR=$(MOUNT_DIR)/master @@ -1388,9 +1387,6 @@ toolsclean: distclean: clean toolsclean @rm -rf $(BUILD_DIR) -installer: release - @$(MAKE) VERSION=$(VERSION) -C $(LOKISETUPDIR) - dist: rm -rf tremulous-$(SVN_VERSION) svn export . tremulous-$(SVN_VERSION) @@ -1407,6 +1403,6 @@ ifneq ($(strip $(D_FILES)),) include $(D_FILES) endif -.PHONY: all clean clean2 clean-debug clean-release copyfiles \ - debug default dist distclean installer makedirs release \ +.PHONY: all clean clean2 clean-debug clean-release \ + debug default dist distclean makedirs release \ targets tools toolsclean -- cgit