]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
Added case for testing recursive automake at multiple depth
authorVishal Gupta <vishalgupta7972@gmail.com>
Sat, 4 Aug 2018 07:25:17 +0000 (12:55 +0530)
committerVishal Gupta <vishalgupta7972@gmail.com>
Sat, 4 Aug 2018 07:25:17 +0000 (12:55 +0530)
lib/Automake/Parser/t/app/Makefile.am
lib/Automake/Parser/t/app/app3/Makefile.am [new file with mode: 0644]

index 70cfe4ddf1dbb8dac3e90928e11706b2a889bee1..79468923b09b19056e9b5fd4998de3329b04a186 100644 (file)
@@ -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 (file)
index 0000000..3e4f7cd
--- /dev/null
@@ -0,0 +1 @@
+bin_PROGRAMS=apple