diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/mac/macfile_gen.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mac/macfile_gen.pl b/src/mac/macfile_gen.pl index d307d9cb7..74da7b39a 100644 --- a/src/mac/macfile_gen.pl +++ b/src/mac/macfile_gen.pl @@ -4,7 +4,7 @@ if (defined ($ENV{'KERBSRCROOT'})) { $ROOT=$ENV{'KERBSRCROOT'}; } else { - $ROOT='..'; + $ROOT='.'; } print(STDERR "Creating makefile.\n"); |
