summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/makefile
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2009-11-22 00:33:19 +0100
committerAdam Borowski <kilobyte@angband.pl>2009-11-22 20:08:41 +0100
commitf35a35cedffc0454e6e2f74ab7cf4905d2109678 (patch)
treef60d1d79ad85132d79b5a5fb6cc377d0e852a26b /crawl-ref/source/makefile
parent440636cfb2a1d1304c976677e7571c917023d65c (diff)
downloadcrawl-ref-f35a35cedffc0454e6e2f74ab7cf4905d2109678.tar.gz
crawl-ref-f35a35cedffc0454e6e2f74ab7cf4905d2109678.zip
Use tar on Unix for save files, zip is unlikely to be installed.
Diffstat (limited to 'crawl-ref/source/makefile')
-rw-r--r--crawl-ref/source/makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/crawl-ref/source/makefile b/crawl-ref/source/makefile
index 6ff05d41c7..f36ace232e 100644
--- a/crawl-ref/source/makefile
+++ b/crawl-ref/source/makefile
@@ -182,6 +182,9 @@ ifneq (,$(findstring CYGWIN,$(uname_S)))
NO_RDYNAMIC = YesPlease
BUILD_PCRE = YesPlease
endif
+ifneq ($(GAME),crawl.exe)
+ DEFINES += -DSAVE_PACKAGE_TAR
+endif
#
# Set up object file dependencies for $(GAME) target.