summaryrefslogtreecommitdiff
path: root/tests/Makefile.in
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordberg.se>2000-04-12 23:42:19 +0200
committerLinus Nordberg <linus@nordberg.se>2000-04-12 23:42:19 +0200
commitc43b2e5ed7be8df45fee921bc6e48272ffd26fa6 (patch)
tree6cd60ab875d0f182df6ff618e2f2f20b25545d73 /tests/Makefile.in
parent2e8ef4e9a37c69ac9ecb2171c290fc0da2d24385 (diff)
downloadgmp-c43b2e5ed7be8df45fee921bc6e48272ffd26fa6.tar.gz
Regenerate for: (AUTOMAKE_OPTIONS): Add "no-dependencies".
Diffstat (limited to 'tests/Makefile.in')
-rw-r--r--tests/Makefile.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/Makefile.in b/tests/Makefile.in
index 9da3112c3..f39c2fbd9 100644
--- a/tests/Makefile.in
+++ b/tests/Makefile.in
@@ -115,7 +115,7 @@ mpn_objs_in_libgmp = @mpn_objs_in_libgmp@
# MA 02111-1307, USA.
-AUTOMAKE_OPTIONS = gnu
+AUTOMAKE_OPTIONS = gnu no-dependencies
SUBDIRS = rand
subdir = tests
@@ -129,12 +129,13 @@ DIST_COMMON = Makefile.am Makefile.in
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
GZIP_ENV = --best
+depcomp =
all: all-redirect
.SUFFIXES:
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
cd $(top_srcdir) && $(AUTOMAKE) --gnu tests/Makefile
-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
+Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
cd $(top_builddir) \
&& CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status