summaryrefslogtreecommitdiff
path: root/mpf
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordberg.se>2000-04-12 23:41:48 +0200
committerLinus Nordberg <linus@nordberg.se>2000-04-12 23:41:48 +0200
commit2e8ef4e9a37c69ac9ecb2171c290fc0da2d24385 (patch)
tree8e605f1dff02ac7fa9bfa6c70da451fa3c7d1800 /mpf
parent194675296d299adc107c63112c2f2c9c4bacbf25 (diff)
downloadgmp-2e8ef4e9a37c69ac9ecb2171c290fc0da2d24385.tar.gz
(AUTOMAKE_OPTIONS): Add "no-dependencies".
Diffstat (limited to 'mpf')
-rw-r--r--mpf/Makefile.am2
-rw-r--r--mpf/tests/Makefile.am2
2 files changed, 2 insertions, 2 deletions
diff --git a/mpf/Makefile.am b/mpf/Makefile.am
index 420e1e856..78eef5f33 100644
--- a/mpf/Makefile.am
+++ b/mpf/Makefile.am
@@ -20,7 +20,7 @@
# MA 02111-1307, USA.
-AUTOMAKE_OPTIONS = gnu
+AUTOMAKE_OPTIONS = gnu no-dependencies
SUBDIRS = tests
diff --git a/mpf/tests/Makefile.am b/mpf/tests/Makefile.am
index 6c914f219..f77e20cce 100644
--- a/mpf/tests/Makefile.am
+++ b/mpf/tests/Makefile.am
@@ -20,7 +20,7 @@
# MA 02111-1307, USA.
-AUTOMAKE_OPTIONS = gnu
+AUTOMAKE_OPTIONS = gnu no-dependencies
INCLUDES = -I$(top_srcdir)
LDADD = $(top_builddir)/libgmp.la