summaryrefslogtreecommitdiffstats
path: root/usr.bin/make/tests/suffixes/src_wild1/Makefile.test
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/make/tests/suffixes/src_wild1/Makefile.test')
-rw-r--r--usr.bin/make/tests/suffixes/src_wild1/Makefile.test7
1 files changed, 7 insertions, 0 deletions
diff --git a/usr.bin/make/tests/suffixes/src_wild1/Makefile.test b/usr.bin/make/tests/suffixes/src_wild1/Makefile.test
new file mode 100644
index 0000000..d0258ad
--- /dev/null
+++ b/usr.bin/make/tests/suffixes/src_wild1/Makefile.test
@@ -0,0 +1,7 @@
+# $FreeBSD$
+
+test1: TEST1.b
+ cat TEST1.a TEST2.a | diff -u - TEST1.b
+
+TEST1.b: *.a
+ cat ${.ALLSRC} >${.TARGET}
OpenPOWER on IntegriCloud