diff options
Diffstat (limited to 'japanese/zangband/files/Makefile.in')
-rw-r--r-- | japanese/zangband/files/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/japanese/zangband/files/Makefile.in b/japanese/zangband/files/Makefile.in index 9034917cec35..1742fd852db3 100644 --- a/japanese/zangband/files/Makefile.in +++ b/japanese/zangband/files/Makefile.in @@ -6,7 +6,7 @@ ANGBANDLIB?= /usr/local/lib/angband all: testing testing: - cd src && make "EXTRA_CFLAGS=-I${X11BASE}/include ${JAPANESE_CFLAGS} -DDEFAULT_PATH=\\\"${ANGBANDLIB}\\\"" + cd src && make "EXTRA_CFLAGS=-I${LOCALBASE}/include ${JAPANESE_CFLAGS} -DDEFAULT_PATH=\\\"${ANGBANDLIB}\\\"" test: testing ANGBAND_PATH=./lib ./testing |