summaryrefslogtreecommitdiff
path: root/Build/source/texk/kpathsea/Makefile.in
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2014-03-06 12:38:16 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2014-03-06 12:38:16 +0000
commit05e88b695a1d56112eee8b4fa0d57f0a1f738231 (patch)
treef4a5bc11562093b4257280a17f55a404b9f4d1a4 /Build/source/texk/kpathsea/Makefile.in
parente71489818a87c5bc99fc792e5b9ee6ec56516ef3 (diff)
Reduce Cygwin compiler warnings
git-svn-id: svn://tug.org/texlive/trunk@33105 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/kpathsea/Makefile.in')
-rw-r--r--Build/source/texk/kpathsea/Makefile.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/Build/source/texk/kpathsea/Makefile.in b/Build/source/texk/kpathsea/Makefile.in
index 75db7e9b9b2..932c0645fae 100644
--- a/Build/source/texk/kpathsea/Makefile.in
+++ b/Build/source/texk/kpathsea/Makefile.in
@@ -83,9 +83,9 @@ POST_UNINSTALL = :
build_triplet = @build@
host_triplet = @host@
@have_EXEEXT_TRUE@am__append_1 = -DEXEEXT=\"$(EXEEXT)\"
-@MINGW32_FALSE@am__append_2 = \
-@MINGW32_FALSE@ getopt.c \
-@MINGW32_FALSE@ getopt1.c
+@CYGWIN_OR_MINGW_FALSE@am__append_2 = \
+@CYGWIN_OR_MINGW_FALSE@ getopt.c \
+@CYGWIN_OR_MINGW_FALSE@ getopt1.c
@MINGW32_TRUE@@WIN32_TRUE@am__append_3 = \
@MINGW32_TRUE@@WIN32_TRUE@ mingw32.c \
@@ -190,8 +190,8 @@ am__libkpathsea_la_SOURCES_DIST = tex-file.c absolute.c atou.c cnf.c \
xgetcwd.c xmalloc.c xopendir.c xputenv.c xrealloc.c xstat.c \
xstrdup.c getopt.c getopt1.c mingw32.c xfseeko.c xftello.c \
win32lib.c knj.c
-@MINGW32_FALSE@am__objects_1 = libkpathsea_la-getopt.lo \
-@MINGW32_FALSE@ libkpathsea_la-getopt1.lo
+@CYGWIN_OR_MINGW_FALSE@am__objects_1 = libkpathsea_la-getopt.lo \
+@CYGWIN_OR_MINGW_FALSE@ libkpathsea_la-getopt1.lo
@MINGW32_TRUE@@WIN32_TRUE@am__objects_2 = libkpathsea_la-mingw32.lo \
@MINGW32_TRUE@@WIN32_TRUE@ libkpathsea_la-xfseeko.lo \
@MINGW32_TRUE@@WIN32_TRUE@ libkpathsea_la-xftello.lo