]> sourceware.org Git - automake.git/commitdiff
* tests/Makefile.am (TESTS): Added subdircond.test.
authorTom Tromey <tromey@redhat.com>
Mon, 26 Feb 2001 01:27:17 +0000 (01:27 +0000)
committerTom Tromey <tromey@redhat.com>
Mon, 26 Feb 2001 01:27:17 +0000 (01:27 +0000)
tests/instdata2.test

index a49ec5d8e5616cea6f6a44db2e79ac633218de2c..12b3759e0b34f154d1658745200f9f3de62dc88e 100755 (executable)
@@ -11,11 +11,14 @@ inclexec_HEADERS = my-config.h
 
 incldatadir = $(prefix)/include
 incldata_HEADERS = my-data.h
+
+sbin_DATA = foo
 EOF
 
 set -e
 $AUTOMAKE
-grep '^install-exec-am: install-inclexecHEADERS$' Makefile.in
-grep '^install-data-am: install-incldataHEADERS$' Makefile.in
+grep '^install-exec-am:.* install-inclexecHEADERS' Makefile.in
+grep '^install-data-am:.* install-incldataHEADERS' Makefile.in
+grep '^install-exec-am:.* install-sbinDATA' Makefile.in
 
 exit 0
This page took 0.026102 seconds and 5 git commands to generate.