Use correct install target: 'make ..._install (and not 'make 'install_...')
authorBill Meier <wmeier@newsguy.com>
Tue, 24 Apr 2007 02:17:35 +0000 (02:17 -0000)
committerBill Meier <wmeier@newsguy.com>
Tue, 24 Apr 2007 02:17:35 +0000 (02:17 -0000)
svn path=/trunk/; revision=21545

test/suite-unittests.sh

index a0c8ab6b0d743c225e73ee90729f8338737d28fe..c4eff935a930ffb4251db4691a7fd98ee87596a0 100755 (executable)
@@ -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