diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-04-01 12:16:24 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-04-01 12:16:24 +0000 |
commit | b128ab3e555a4f8ccb40450273be35cce60fd525 (patch) | |
tree | 1ba8fc5267f7cfde1a1c35165e82f1f612467df5 /Build/source/libs/gd/Makefile.in | |
parent | d23f168a1eae3fe44920853473b2cb3d959c9532 (diff) |
new build system: fixed libs/gd/ header and texk/web2c/ctangleboot parallel build problems
git-svn-id: svn://tug.org/texlive/trunk@12590 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/gd/Makefile.in')
-rw-r--r-- | Build/source/libs/gd/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/libs/gd/Makefile.in b/Build/source/libs/gd/Makefile.in index 9cae4be3dc3..2d8d22b862e 100644 --- a/Build/source/libs/gd/Makefile.in +++ b/Build/source/libs/gd/Makefile.in @@ -52,7 +52,7 @@ am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ configure.lineno config.status.lineno mkinstalldirs = $(install_sh) -d CONFIG_HEADER = config.h -CONFIG_CLEAN_FILES = gd.h +CONFIG_CLEAN_FILES = LIBRARIES = $(noinst_LIBRARIES) AR = ar ARFLAGS = cru |