Forcing make test to use /usr/bin/perl instead of the perl from the path.

This is required since we could be picking up Perl from /opt/paparazzi/bin/perl which won't have the required modules installed.
This commit is contained in:
Bernard Davison
2012-03-07 10:24:55 +11:00
parent 567f51345b
commit 569380667a
+1 -1
View File
@@ -1,5 +1,5 @@
Q = @ Q = @
PERL = perl PERL = /usr/bin/perl
TEST_VERBOSE = 0 TEST_VERBOSE = 0
ifeq ($(TARGET_BOARD),) ifeq ($(TARGET_BOARD),)
TARGET_BOARD = * TARGET_BOARD = *