Skip to content

Commit e26c6a3

Browse files
committed
Purge 'mpconfig.h' from export list 'mp_c_h'.
This header file is an item of its own in the mplibdir directory, and is not exported from mp.w. git-svn-id: svn://tug.org/texlive/trunk/Build/source@77673 c570f23f-e606-0410-a88d-b1316a301751
1 parent 6398f91 commit e26c6a3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

texk/web2c/Makefile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4401,7 +4401,7 @@ nodist_libmplibcore_a_SOURCES = tfmin.c $(mp_c_h) $(mpmath_c_h) $(mpmathdecimal_
44014401

44024402
nodist_libmplibextramath_a_SOURCES = $(mpmathbinary_c_h) $(mpmathinterval_c_h)
44034403
nodist_libmplibbackends_a_SOURCES = $(pngout_c_h) $(svgout_c_h)
4404-
mp_c_h = mp.c mplib.h mpmp.h mpconfig.h
4404+
mp_c_h = mp.c mplib.h mpmp.h
44054405
mpmath_c_h = mpmath.h mpmath.c
44064406
mpmathbinary_c_h = mpmathbinary.h mpmathbinary.c
44074407
mpmathdecimal_c_h = mpmathdecimal.h mpmathdecimal.c

texk/web2c/mplibdir/am/libmplib.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ nodist_libmplibbackends_a_SOURCES = $(pngout_c_h) $(svgout_c_h)
2323

2424

2525

26-
mp_c_h = mp.c mplib.h mpmp.h mpconfig.h
26+
mp_c_h = mp.c mplib.h mpmp.h
2727
mpmath_c_h = mpmath.h mpmath.c
2828
mpmathbinary_c_h = mpmathbinary.h mpmathbinary.c
2929
mpmathdecimal_c_h = mpmathdecimal.h mpmathdecimal.c

0 commit comments

Comments
 (0)