X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=t%2Fsuffix6.sh;h=923613059c5cccd70a8094201570d5910791b3e2;hb=7df8b28cb170a6e67df30bd30f1753a43cf315aa;hp=4ca09f497bd39fdf2c50e781fc7287caf432d837;hpb=b21d68690612214d8edd810acf11880c3c0ad586;p=platform%2Fupstream%2Fautomake.git diff --git a/t/suffix6.sh b/t/suffix6.sh index 4ca09f4..9236130 100755 --- a/t/suffix6.sh +++ b/t/suffix6.sh @@ -1,5 +1,5 @@ #! /bin/sh -# Copyright (C) 2001-2012 Free Software Foundation, Inc. +# Copyright (C) 2001-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -16,10 +16,10 @@ # Test to make sure Automake supports implicit rules with dot-less # extensions. Also make sure that '.o' and '.obj' are handled like -# '.$(OBJEXT)'. See also related "semantic" tests suffix6b.test -# and suffix6c.test. +# '.$(OBJEXT)'. See also related "semantic" tests 'suffix6b.sh' +# and 'suffix6c.sh'. -. ./defs || exit 1 +. test-init.sh cat > Makefile.am << 'END' SUFFIXES = a b .$(OBJEXT) c .o .obj