From 7abe5027488c8f922328869754a37d1cefca51ae Mon Sep 17 00:00:00 2001 From: nlanza Date: Tue, 7 Nov 2006 05:37:54 +0000 Subject: Catch stray makefile.lnx references in docs/comments. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup@352 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/INSTALL | 6 +++--- crawl-ref/source/makefile | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/crawl-ref/INSTALL b/crawl-ref/INSTALL index e4e7574e5e..57ddaa5b1d 100644 --- a/crawl-ref/INSTALL +++ b/crawl-ref/INSTALL @@ -56,12 +56,12 @@ Building on Linux (or other Unixes) Unixes such as Solaris (Solaris cc might work, but it's not been tested). * Make sure you have libcurses or libncurses. If you're using libcurses, edit - makefile.lnx to match. + makefile.unix to match. * cd to the source directory (you can safely ignore the dolinks.sh and domake.sh scripts). -* Edit makefile and make sure that MAKEFILE=makefile.lnx is uncommented and all +* Edit makefile and make sure that MAKEFILE=makefile.unix is uncommented and all other MAKEFILE= lines are commented out. * Edit AppHdr.h and check that SAVE_DIR_PATH, SAVE_PACKAGE_CMD and @@ -73,7 +73,7 @@ Building on Linux (or other Unixes) * If you have Lua, you can edit AppHdr.h and uncomment // #define CLUA_BINDINGS - then add -llua to your LIB = line in makefile.lnx, and rebuild to compile with + then add -llua to your LIB = line in makefile.unix, and rebuild to compile with Lua support. diff --git a/crawl-ref/source/makefile b/crawl-ref/source/makefile index b4de52a08c..712a1711b3 100644 --- a/crawl-ref/source/makefile +++ b/crawl-ref/source/makefile @@ -37,7 +37,7 @@ debug: $(MAKE) $(OTHER) -f $(MAKEFILE) DEBUG_CRAWL=y debug EXTRA_FLAGS='-g -DFULLDEBUG -DWIZARD' # [dshaligram] The individual makefile need not necessarily support -# package-source; only makefile.lnx does at the moment. +# package-source; only makefile.unix does at the moment. package-source: $(MAKE) -f $(MAKEFILE) package-source -- cgit v1.2.3-54-g00ecf