From 2c346d9a3ca3af8102aeeedb5e0f7668f884d6e7 Mon Sep 17 00:00:00 2001 From: Bill Meier Date: Tue, 24 Apr 2007 02:17:35 +0000 Subject: Use correct install target: 'make ..._install (and not 'make 'install_...') svn path=/trunk/; revision=21545 --- test/suite-unittests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/suite-unittests.sh b/test/suite-unittests.sh index a0c8ab6b0d..c4eff935a9 100755 --- a/test/suite-unittests.sh +++ b/test/suite-unittests.sh @@ -40,7 +40,7 @@ unittests_step_test() { # if we're on windows, we have to copy the test exe, and its manifest, to the gtk2 # dir before we can use them. if [ "$WS_SYSTEM" == "Windows" ] ; then - (cd `dirname $DUT` && $MAKE install_`basename $DUT` INSTALL_DIR=`pwd`/../wireshark-gtk2) > testout.txt 2>&1 + (cd `dirname $DUT` && $MAKE `basename $DUT`_install INSTALL_DIR=`pwd`/../wireshark-gtk2) > testout.txt 2>&1 if [ $? -ne 0 ]; then echo cat ./testout.txt -- cgit v1.2.1