summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/ptexdir
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2011-03-28 11:51:03 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2011-03-28 11:51:03 +0000
commita023eeb74eb51a8037d2af6923a6c1b218ae0a10 (patch)
treec514baac726cd96db0255c416935951b224d6ac2 /Build/source/texk/web2c/ptexdir
parentdd0ed622db05246c65cfec9450bf7c20ce1995b0 (diff)
Install symbolic links initex->tex and inimf->mf
Use AM_CFLAGS instead of program specific *-CFLAGS git-svn-id: svn://tug.org/texlive/trunk@21860 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/ptexdir')
-rw-r--r--Build/source/texk/web2c/ptexdir/ChangeLog4
-rw-r--r--Build/source/texk/web2c/ptexdir/am/ptex.am2
2 files changed, 4 insertions, 2 deletions
diff --git a/Build/source/texk/web2c/ptexdir/ChangeLog b/Build/source/texk/web2c/ptexdir/ChangeLog
index a90820a2c25..df4576d5f59 100644
--- a/Build/source/texk/web2c/ptexdir/ChangeLog
+++ b/Build/source/texk/web2c/ptexdir/ChangeLog
@@ -1,3 +1,7 @@
+2011-03-28 Peter Breitenlohner <peb@mppmu.mpg.de>
+
+ * am/ptex.am: Use AM_CFLAGS instead of {libkanji_a,ptex}_CFLAGS.
+
2011-03-27 Peter Breitenlohner <peb@mppmu.mpg.de>
* ptex-base.ch: Reformulate @<Fetch an item in the current
diff --git a/Build/source/texk/web2c/ptexdir/am/ptex.am b/Build/source/texk/web2c/ptexdir/am/ptex.am
index f6f6fb0ea4c..9a989dd1647 100644
--- a/Build/source/texk/web2c/ptexdir/am/ptex.am
+++ b/Build/source/texk/web2c/ptexdir/am/ptex.am
@@ -36,7 +36,6 @@ $(pproglib): $(KPATHSEA_DEPEND) ${srcdir}/lib/*.c
EXTRA_LIBRARIES += libkanji.a
libkanji_a_SOURCES = ptexdir/kanji.c ptexdir/kanji.h
libkanji_a_CPPFLAGS = $(ptex_cppflags)
-libkanji_a_CFLAGS = $(WARNING_CFLAGS)
## pTeX
##
@@ -49,7 +48,6 @@ endif PTEX
EXTRA_PROGRAMS += ptex $(pweb_programs)
ptex_CPPFLAGS = $(ptex_cppflags)
-ptex_CFLAGS = $(WARNING_CFLAGS)
# With --enable-ipc, pTeX may need to link with -lsocket.
ptex_LDADD = libkanji.a $(ptex_ldadd) $(ipc_socketlibs)