From 9e53a23cbfcca93b38e22199136160c98e5b801d Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 27 Feb 2001 08:30:28 +0000 Subject: Remove the localedir sludge. svn path=/trunk/; revision=3156 --- Makefile.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index 89b5b48d..656c8778 100644 --- a/Makefile.in +++ b/Makefile.in @@ -32,14 +32,13 @@ LDEFLAGS = @LDEFLAGS@ INTLDEPS = @INTLDEPS@ INTLLIBS = @INTLLIBS@ INTLOBJS = @INTLOBJS@ -localedir = @LOCALE_DIR@ # How to invoke ranlib. This is only used by the `glob' subdirectory. RANLIB = @RANLIB@ # NeXT 1.0a uses an old version of GCC, which required -D__inline=inline. # See also `config.h'. -DEFS = @DEFS@ @EXTRADEFS@ -DLOCALEDIR=\"$(localedir)\" +DEFS = @DEFS@ @EXTRADEFS@ # DEFS = -DQNX -DHAVE_CONFIG_H -DHAVE_UNISTD_H -DHAVE_STDARG_H -DSTDC_HEADERS # QNX defines = $(DEFS) -- cgit v1.2.3