summaryrefslogtreecommitdiff
path: root/Build/source/extra/xz/lib/Makefile.am
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2014-04-19 22:09:10 +0000
committerKarl Berry <karl@freefriends.org>2014-04-19 22:09:10 +0000
commitf63732007b6a055afad48521b678be0a9c0ed7ae (patch)
tree1b698adf2ec8387c8fdef044a32d321ae50e9633 /Build/source/extra/xz/lib/Makefile.am
parentf089b79c939f3448e2fa7fcc6687a6417b3107f8 (diff)
messed up xz timestamps, better retrieved from original anyway
git-svn-id: svn://tug.org/texlive/trunk@33544 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/extra/xz/lib/Makefile.am')
-rw-r--r--Build/source/extra/xz/lib/Makefile.am32
1 files changed, 0 insertions, 32 deletions
diff --git a/Build/source/extra/xz/lib/Makefile.am b/Build/source/extra/xz/lib/Makefile.am
deleted file mode 100644
index 0dbd9c42b72..00000000000
--- a/Build/source/extra/xz/lib/Makefile.am
+++ /dev/null
@@ -1,32 +0,0 @@
-##
-## Copyright (C) 2004-2007 Free Software Foundation, Inc.
-##
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License as published by
-## the Free Software Foundation; either version 2 of the License, or
-## (at your option) any later version.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-## GNU General Public License for more details.
-##
-
-## Not using gnulib-tool, at least for now. It is likely that we won't
-## need anything else from Gnulib than getopt_long().
-
-noinst_LIBRARIES = libgnu.a
-
-libgnu_a_SOURCES =
-libgnu_a_DEPENDENCIES = $(LIBOBJS)
-libgnu_a_LIBADD = $(LIBOBJS)
-
-EXTRA_DIST = getopt.in.h getopt.c getopt1.c getopt_int.h
-BUILT_SOURCES = $(GETOPT_H)
-MOSTLYCLEANFILES = getopt.h getopt.h-t
-
-getopt.h: getopt.in.h
- { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
- cat $(srcdir)/getopt.in.h; \
- } > $@-t
- mv -f $@-t $@