summaryrefslogtreecommitdiff
path: root/Build/source/libs/teckit/docs/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/libs/teckit/docs/Makefile.in')
-rw-r--r--Build/source/libs/teckit/docs/Makefile.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/Build/source/libs/teckit/docs/Makefile.in b/Build/source/libs/teckit/docs/Makefile.in
index f6a66b9d4ef..eb23eba785c 100644
--- a/Build/source/libs/teckit/docs/Makefile.in
+++ b/Build/source/libs/teckit/docs/Makefile.in
@@ -80,6 +80,7 @@ F77 = @F77@
GCJ = @GCJ@
GCJFLAGS = @GCJFLAGS@
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+LDZLIB = @LDZLIB@
LIBTOOL = @LIBTOOL@
LN_S = @LN_S@
MAINT = @MAINT@
@@ -89,6 +90,8 @@ RANLIB = @RANLIB@
RC = @RC@
STRIP = @STRIP@
VERSION = @VERSION@
+ZLIBCPPFLAGS = @ZLIBCPPFLAGS@
+ZLIBDEP = @ZLIBDEP@
am__include = @am__include@
am__quote = @am__quote@
install_sh = @install_sh@
@@ -106,7 +109,7 @@ all: all-am
.SUFFIXES:
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
cd $(top_srcdir) && \
- $(AUTOMAKE) --foreign docs/Makefile
+ $(AUTOMAKE) --gnu docs/Makefile
Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in $(top_builddir)/config.status
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)