diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-05-10 14:23:39 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-05-10 14:23:39 +0000 |
commit | bf215142653f26451bd3f6a0fe7216b056ad3c96 (patch) | |
tree | 376bbf99c7ff9284274619e3ffa261231e50f8e5 /Build/source/libs/zlib/Makefile.am | |
parent | fb208458531f4362d2b794f246c70ccb126c403c (diff) |
build system: remove some unused files
git-svn-id: svn://tug.org/texlive/trunk@13030 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/zlib/Makefile.am')
-rw-r--r-- | Build/source/libs/zlib/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Build/source/libs/zlib/Makefile.am b/Build/source/libs/zlib/Makefile.am index 80dbb8b81a8..1dcada81ab8 100644 --- a/Build/source/libs/zlib/Makefile.am +++ b/Build/source/libs/zlib/Makefile.am @@ -18,6 +18,7 @@ EXTRA_DIST = $(ZLIB_TREE) # in case of an SVN repository dist-hook: rm -rf `find $(distdir)/$(ZLIB_TREE) -name .svn` + rm -f $(distdir)/$(ZLIB_TREE)/zconf.h INCLUDES = -I$(top_srcdir)/$(ZLIB_TREE) AM_CPPFLAGS = $(ZLIB_DEFINES) |