diff options
-rw-r--r-- | Porting/exercise_makedef.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Porting/exercise_makedef.pl b/Porting/exercise_makedef.pl index 03b2061c41..5d2628c478 100644 --- a/Porting/exercise_makedef.pl +++ b/Porting/exercise_makedef.pl @@ -54,6 +54,7 @@ my @args = (platform => [map {"PLATFORM=$_"} qw(aix win32 wince os2 netware vms D => ['', '-DPERL_IMPLICIT_SYS'], cctype => ['', map {"CCTYPE=$_"} qw (MSVC60 GCC BORLAND)], filetype => ['', 'FILETYPE=def', 'FILETYPE=imp'], + targ_dir => ['', 'TARG_DIR=t/../'], ); sub expand { |