]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
avoid using @< (which some make don't seem to understand) for portability
authorTatuya JINMEI 神明達哉 <jinmei@isc.org>
Tue, 1 Sep 2009 22:30:28 +0000 (22:30 +0000)
committerTatuya JINMEI 神明達哉 <jinmei@isc.org>
Tue, 1 Sep 2009 22:30:28 +0000 (22:30 +0000)
bin/tests/Makefile.in

index 4dbdb78d6fa1d8cefe1562178ed189f8b6a06d61..f92b3d133ecfddaa411881a40c71dbba508f0745 100644 (file)
@@ -13,7 +13,7 @@
 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 
-# $Id: Makefile.in,v 1.136 2009/09/01 18:40:25 jinmei Exp $
+# $Id: Makefile.in,v 1.137 2009/09/01 22:30:28 jinmei Exp $
 
 srcdir =       @srcdir@
 VPATH =                @srcdir@
@@ -151,7 +151,8 @@ backtrace_test@EXEEXT@: backtrace_test_nosymtbl@EXEEXT@
        #first step: create a first symbol table
        rm -f symtbl.c
        if test X${MKSYMTBL_PROGRAM} != X; then \
-       ${MKSYMTBL_PROGRAM} ${top_srcdir}/util/mksymtbl.pl $<; else \
+       ${MKSYMTBL_PROGRAM} ${top_srcdir}/util/mksymtbl.pl \
+       backtrace_test_nosymtbl@EXEEXT@; else \
        cp ${top_srcdir}/lib/isc/backtrace-emptytbl.c symtbl.c; fi
        #second step: build a binary with the first symbol table
        ${LIBTOOL_MODE_LINK} ${PURIFY} ${CC} ${BTTEST_CFLAGS} ${LDFLAGS} \