aboutsummaryrefslogtreecommitdiffstats
path: root/pc
diff options
context:
space:
mode:
Diffstat (limited to 'pc')
-rw-r--r--pc/ChangeLog5
-rw-r--r--pc/Makefile6
2 files changed, 7 insertions, 4 deletions
diff --git a/pc/ChangeLog b/pc/ChangeLog
index 7f6b7105..919e8556 100644
--- a/pc/ChangeLog
+++ b/pc/ChangeLog
@@ -1,3 +1,8 @@
+Mon Jun 20 20:16:58 2011 Eli Zaretskii <eliz@gnu.org>
+
+ * Makefile (LIBOBJS): Remove hard-locale$O.
+ (dfa$O): Remove hard-locale.h from prerequisites.
+
Sun Jun 5 21:47:33 2011 Scott Deifik <scottd.mail@sbcglobal.net>
* Makefile.tst: Sync with mainline version.
diff --git a/pc/Makefile b/pc/Makefile
index a8c7c9b4..403a86ec 100644
--- a/pc/Makefile
+++ b/pc/Makefile
@@ -188,7 +188,7 @@ ALLOBJS = $(AWKOBJS) awkgram$O getid$O $(OBJ)
# LIBOBJS
# GNU and other stuff that gawk uses as library routines.
-LIBOBJS= getopt$O getopt1$O dfa$O regex$O random$O hard-locale$O
+LIBOBJS= getopt$O getopt1$O dfa$O regex$O random$O
GAWKOBJS = $(ALLOBJS) $(LIBOBJS)
PGAWKOBJS = $(PAWKOBJS1) $(PAWKOBJS2) $(LIBOBJS) awkgram$O getid$O $(OBJ)
@@ -245,14 +245,12 @@ debug$O: floatmagic.h
command$O debug$O: cmd.h
-dfa$O: hard-locale.h xalloc.h
+dfa$O: xalloc.h
gawkmisc$O: pc/gawkmisc.pc
getopt$O getopt1$O : getopt_int.h
-hard-locale$O: hard-locale.h
-
io$O: popen.h
regex$O: regcomp.c regexec.c regex_internal.h