X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=t%2Fsourcefile-in-subdir.sh;h=1054f18aa4fd82733314543475ab4871bf97bb52;hb=a7c00e1935726a32dca6871dd0f1b7eda28d0a5b;hp=831300e90a2610e44225969bc9213140ce7b866e;hpb=b21d68690612214d8edd810acf11880c3c0ad586;p=platform%2Fupstream%2Fautomake.git diff --git a/t/sourcefile-in-subdir.sh b/t/sourcefile-in-subdir.sh old mode 100755 new mode 100644 index 831300e..1054f18 --- a/t/sourcefile-in-subdir.sh +++ b/t/sourcefile-in-subdir.sh @@ -1,5 +1,5 @@ #! /bin/sh -# Copyright (C) 1999-2012 Free Software Foundation, Inc. +# Copyright (C) 1999-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,7 +16,7 @@ # Test to make sure subdir source file generates explicit dependency. -. ./defs || exit 1 +. test-init.sh cat > Makefile.am << 'END' bin_PROGRAMS = zardoz widdershins @@ -29,7 +29,7 @@ AC_PROG_CC END $ACLOCAL -$AUTOMAKE +$AUTOMAKE -Wno-unsupported grep '^z\.o: x/z\.c$' Makefile.in