summaryrefslogtreecommitdiff
path: root/t/libobj19.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/libobj19.sh')
-rw-r--r--t/libobj19.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/t/libobj19.sh b/t/libobj19.sh
index 1270c5a68..7e1a0580d 100644
--- a/t/libobj19.sh
+++ b/t/libobj19.sh
@@ -29,7 +29,6 @@ AC_OUTPUT
END
cat > Makefile.am << 'END'
-AUTOMAKE_OPTIONS = subdir-objects
noinst_LIBRARIES = libtu.a
libtu_a_SOURCES =
libtu_a_LIBADD = $(LIBOBJS)
@@ -37,7 +36,7 @@ libtu_a_LIBADD = $(LIBOBJS)
## rule are required for when we move this Makefile in a subdir, later.
my_distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)
check-local:
- (cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) distdir)
+ (cd $(top_builddir) && $(MAKE) distdir)
ls -l $(top_srcdir)/* $(top_builddir)/* $(my_distdir)/*
test -f libtu.a
test ! -r $(top_srcdir)/foobar.c