From: Vishal Gupta Date: Sat, 4 Aug 2018 07:25:17 +0000 (+0530) Subject: Added case for testing recursive automake at multiple depth X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5da9812ce3f4967534825cd5c384e6ca2d8c5d1f;p=thirdparty%2Fautomake.git Added case for testing recursive automake at multiple depth --- diff --git a/lib/Automake/Parser/t/app/Makefile.am b/lib/Automake/Parser/t/app/Makefile.am index 70cfe4ddf..79468923b 100644 --- a/lib/Automake/Parser/t/app/Makefile.am +++ b/lib/Automake/Parser/t/app/Makefile.am @@ -1 +1,2 @@ -bin_PROGRAMS=apple ball \ No newline at end of file +bin_PROGRAMS=apple +SUBDIRS = app3 diff --git a/lib/Automake/Parser/t/app/app3/Makefile.am b/lib/Automake/Parser/t/app/app3/Makefile.am new file mode 100644 index 000000000..3e4f7cd15 --- /dev/null +++ b/lib/Automake/Parser/t/app/app3/Makefile.am @@ -0,0 +1 @@ +bin_PROGRAMS=apple