summaryrefslogtreecommitdiff
path: root/Build/source/libs/obsdcompat/Makefile.am
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2012-07-30 10:12:32 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2012-07-30 10:12:32 +0000
commitde9112a07b48ab6a6f1560d39d8eb5e7df58cda1 (patch)
treed132a3bd09d3c786e794d91b6726a5eb72b2eebf /Build/source/libs/obsdcompat/Makefile.am
parente4977c19af306056bb5ecf8f7d8eabba8a0a6ef7 (diff)
obsdcompat: Drop asprintf() -- no longer used by pdfTeX and luaTeX
git-svn-id: svn://tug.org/texlive/trunk@27247 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/obsdcompat/Makefile.am')
-rw-r--r--Build/source/libs/obsdcompat/Makefile.am19
1 files changed, 6 insertions, 13 deletions
diff --git a/Build/source/libs/obsdcompat/Makefile.am b/Build/source/libs/obsdcompat/Makefile.am
index a06e666e153..51043bd2801 100644
--- a/Build/source/libs/obsdcompat/Makefile.am
+++ b/Build/source/libs/obsdcompat/Makefile.am
@@ -1,6 +1,6 @@
## Makefile.am for the TeX Live subdirectory libs/obsdcompat/
##
-## Copyright (C) 2009 Peter Breitenlohner <tex-live@tug.org>
+## Copyright (C) 2009, 2012 Peter Breitenlohner <tex-live@tug.org>
## You may freely use, modify and/or distribute this file.
##
ACLOCAL_AMFLAGS = -I ../../m4
@@ -11,11 +11,11 @@ rebuild: all
noinst_LIBRARIES = libopenbsd-compat.a
-compat_sources = \
- bsd-asprintf.c \
- bsd-snprintf.c
-
-openbsd_sources = \
+libopenbsd_compat_a_SOURCES = \
+ bsd-snprintf.c \
+ defines.h \
+ includes.h \
+ openbsd-compat.h \
strlcat.c \
strlcpy.c \
strsep.c \
@@ -23,10 +23,3 @@ openbsd_sources = \
strtonum.c \
strtoul.c
-libopenbsd_compat_a_SOURCES = \
- $(compat_sources) \
- $(openbsd_sources) \
- defines.h \
- includes.h \
- openbsd-compat.h
-