From: Paul Eggert Date: Tue, 29 Aug 2006 14:26:52 +0000 (+0000) Subject: * src/system.h (LOCALEDIR): Remove, since configmake.h now defines X-Git-Tag: v6.2~54 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1b6b9ac6ee46b792913b51f54a9661457b14681c;p=thirdparty%2Fcoreutils.git * src/system.h (LOCALEDIR): Remove, since configmake.h now defines it for us. --- diff --git a/ChangeLog b/ChangeLog index a1babc0689..ca4d15d20a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-08-29 Paul Eggert + + * src/system.h (LOCALEDIR): Remove, since configmake.h now defines + it for us. + 2006-08-28 Paul Eggert * src/copy.c (copy_internal): Don't test whether macros like diff --git a/src/system.h b/src/system.h index 73a0fef472..577692cfd3 100644 --- a/src/system.h +++ b/src/system.h @@ -57,7 +57,6 @@ you must include before including this file #include "pathmax.h" #include "configmake.h" -#define LOCALEDIR CONFIGMAKE_LOCALEDIR #if TIME_WITH_SYS_TIME # include