diff options
author | Tim Angus <tim@ngus.net> | 2007-07-21 22:59:15 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2007-07-21 22:59:15 +0000 |
commit | b76aff1bfc6122977d7057febdc6eddd7e1544ab (patch) | |
tree | ecd5a43c32bd20efc60e042600a0c9ee5d4aa112 /Makefile | |
parent | bfef94ce3a4f415043c0e7b97e222a3e9ee14b8d (diff) |
* Oops, how'd they get in there...
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
@@ -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 |