summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/makefile.lnx
diff options
context:
space:
mode:
authornlanza <nlanza@c06c8d41-db1a-0410-9941-cceddc491573>2006-11-07 05:35:31 +0000
committernlanza <nlanza@c06c8d41-db1a-0410-9941-cceddc491573>2006-11-07 05:35:31 +0000
commitaf81923ffd1b5612df9bd30224b5d50b17c108f2 (patch)
treeee6717f30e5cdd867aadbd7d0e7b11b3c18b9708 /crawl-ref/source/makefile.lnx
parentc9619cb90c306ed1f36d8081a133b28c8d2eba86 (diff)
downloadcrawl-ref-af81923ffd1b5612df9bd30224b5d50b17c108f2.tar.gz
crawl-ref-af81923ffd1b5612df9bd30224b5d50b17c108f2.zip
Continue to generic-ify the build; very little in the source is *actually*
Linux-specific, so stop having separate LINUX/UNIX #defines. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup@350 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/makefile.lnx')
-rw-r--r--crawl-ref/source/makefile.lnx2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/makefile.lnx b/crawl-ref/source/makefile.lnx
index df2cba085f..75abff9d5b 100644
--- a/crawl-ref/source/makefile.lnx
+++ b/crawl-ref/source/makefile.lnx
@@ -15,7 +15,7 @@ OBJECTS += libunix.o
CXX = g++
DELETE = rm -f
COPY = cp
-OS_TYPE = LINUX
+OS_TYPE = UNIX
CFLAGS = -Wall -Wwrite-strings -fsigned-char \
-Wshadow -pedantic \