summaryrefslogtreecommitdiff
path: root/t/subobj8.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/subobj8.sh')
-rw-r--r--t/subobj8.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/subobj8.sh b/t/subobj8.sh
index a39aac889..d6c19f15f 100644
--- a/t/subobj8.sh
+++ b/t/subobj8.sh
@@ -14,7 +14,8 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-# Make sure 'compile' is included when subdir-objects is used in a subdir.
+# Make sure 'compile' is included when subdir objects are used in a
+# subdir.
. test-init.sh
@@ -34,7 +35,6 @@ SUBDIRS = foo
END
cat > foo/Makefile.am << 'END'
-AUTOMAKE_OPTIONS = subdir-objects
bin_PROGRAMS = mumble
mumble_SOURCES = bar/a.c
END