diff options
| author | John Birrell <jb@FreeBSD.org> | 1998-05-12 22:32:03 +0000 |
|---|---|---|
| committer | John Birrell <jb@FreeBSD.org> | 1998-05-12 22:32:03 +0000 |
| commit | b0c3b27388a92ad571ab9aa5e72601532f1f378b (patch) | |
| tree | d163a91e8a4d6be450a1fd82c8742e5610394025 /gnu/usr.bin | |
| parent | 266f0ba43409e54c976a7e97d4df15acb1654e13 (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin')
| -rw-r--r-- | gnu/usr.bin/perl/usub/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/usr.bin/perl/usub/Makefile b/gnu/usr.bin/perl/usub/Makefile index a6c72591f307..63b19497f628 100644 --- a/gnu/usr.bin/perl/usub/Makefile +++ b/gnu/usr.bin/perl/usub/Makefile @@ -18,8 +18,7 @@ NOMAN= yes # If perl exists in none of these places, something is horribly wrong. .if exists(${.OBJDIR}/../perl/perl) PERL=${.OBJDIR}/../perl/perl -.endif -.if !defined(PERL) && exists(${.CURDIR}/../perl/perl) +.elif !defined(PERL) && exists(${.CURDIR}/../perl/perl) PERL=${.CURDIR}/../perl/perl .else PERL= /usr/bin/perl |
