summaryrefslogtreecommitdiff
path: root/Build
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-06-03 22:02:22 +0000
committerKarl Berry <karl@freefriends.org>2009-06-03 22:02:22 +0000
commit4e8237b3634d682a437a4187788f6f2a7ee519c9 (patch)
treebefeb3c459a7e1f22f65263e1e08ad4b2a95c9a7 /Build
parent0d94148d742e7daa12c329ad70c58031398c617d (diff)
only pass -funsigned-char to the compiler
git-svn-id: svn://tug.org/texlive/trunk@13616 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r--Build/source/texk/bibtex8/ChangeLog6
-rw-r--r--Build/source/texk/bibtex8/Makefile.am3
-rw-r--r--Build/source/texk/bibtex8/Makefile.in3
3 files changed, 8 insertions, 4 deletions
diff --git a/Build/source/texk/bibtex8/ChangeLog b/Build/source/texk/bibtex8/ChangeLog
index 21679b375a9..8343e9f0789 100644
--- a/Build/source/texk/bibtex8/ChangeLog
+++ b/Build/source/texk/bibtex8/ChangeLog
@@ -1,3 +1,9 @@
+2009-06-04 Karl Berry <karl@tug.org>
+
+ * Makefile.am (AM_CPPFLAGS): move -funsigned-char here,
+ since we don't want to pass it to the loader.
+ peb tlbuild mail 3 Jun 2009 17:37:38 +0200.
+
2009-05-28 Peter Breitenlohner <peb@mppmu.mpg.de>
Adapt to TL2009 build system.
diff --git a/Build/source/texk/bibtex8/Makefile.am b/Build/source/texk/bibtex8/Makefile.am
index e95d325f990..982bd2f4bf4 100644
--- a/Build/source/texk/bibtex8/Makefile.am
+++ b/Build/source/texk/bibtex8/Makefile.am
@@ -6,8 +6,7 @@
ACLOCAL_AMFLAGS = -I ../../m4
INCLUDES = $(KPATHSEA_INCLUDES)
-AM_CPPFLAGS = -DUNIX -DKPATHSEA -DSUPPORT_8BIT
-AM_CFLAGS = -funsigned-char
+AM_CPPFLAGS = -DUNIX -DKPATHSEA -DSUPPORT_8BIT -funsigned-char
bin_PROGRAMS = bibtex8
diff --git a/Build/source/texk/bibtex8/Makefile.in b/Build/source/texk/bibtex8/Makefile.in
index c3b9770fcfe..5ab964b1d2a 100644
--- a/Build/source/texk/bibtex8/Makefile.in
+++ b/Build/source/texk/bibtex8/Makefile.in
@@ -242,8 +242,7 @@ top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
ACLOCAL_AMFLAGS = -I ../../m4
INCLUDES = $(KPATHSEA_INCLUDES)
-AM_CPPFLAGS = -DUNIX -DKPATHSEA -DSUPPORT_8BIT
-AM_CFLAGS = -funsigned-char
+AM_CPPFLAGS = -DUNIX -DKPATHSEA -DSUPPORT_8BIT -funsigned-char
bibtex8_SOURCES = \
bibtex-1.c \
bibtex-2.c \