]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
* src/system.h (LOCALEDIR): Remove, since configmake.h now defines
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 29 Aug 2006 14:26:52 +0000 (14:26 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 29 Aug 2006 14:26:52 +0000 (14:26 +0000)
it for us.

ChangeLog
src/system.h

index a1babc06891b551d38dec5b7a024ed1b5f06a85a..ca4d15d20ae5640218e24fbcbed3d840ffabdb09 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * src/system.h (LOCALEDIR): Remove, since configmake.h now defines
+       it for us.
+
 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
 
        * src/copy.c (copy_internal): Don't test whether macros like
index 73a0fef4729068737850cc5398eefc1fd0fcc13d..577692cfd34ed497017854aa2d6012c026a22c46 100644 (file)
@@ -57,7 +57,6 @@ you must include <sys/types.h> before including this file
 #include "pathmax.h"
 
 #include "configmake.h"
-#define LOCALEDIR CONFIGMAKE_LOCALEDIR
 
 #if TIME_WITH_SYS_TIME
 # include <sys/time.h>