X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=t%2Fsubobj7.sh;h=de73cc2dce6d52645762dd80d6728afa96dd1aa9;hb=6febcd41b3dcf99a89aaf21329c00fdadcd68771;hp=4e95b4c1d7d46da9280f528854e4aa45f759ea2d;hpb=18143e7cfe66eaddffa481211ad4e340a11a22f4;p=platform%2Fupstream%2Fautomake.git diff --git a/t/subobj7.sh b/t/subobj7.sh old mode 100755 new mode 100644 index 4e95b4c..de73cc2 --- a/t/subobj7.sh +++ b/t/subobj7.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 @@ -21,11 +21,11 @@ cat >> configure.ac << 'END' AC_PROG_CC -AM_PROG_CC_C_O AC_OUTPUT END cat > Makefile.am << 'END' +AUTOMAKE_OPTIONS = subdir-objects bin_PROGRAMS = wish wish_SOURCES = foo.c generic/a.c END