diff options
author | Martin Ebourne <martin@ebourne.me.uk> | 2006-03-04 01:33:46 +0000 |
---|---|---|
committer | Martin Ebourne <martin@ebourne.me.uk> | 2006-03-04 01:33:46 +0000 |
commit | defac6623afe8b7d765a9477371fbc47da855c19 (patch) | |
tree | b6d5c9e77d896a67ee1d56bc9ffa9d703ae45c81 /bin/bbackupquery/Makefile.extra | |
parent | 6f868d48446f4196d2ad69e7ca9be42047ea2d5e (diff) |
This is part 1 of a patch from James O'Gorman.
configure now detects perl executable location and updates all scripts to use the correct path; also adds PERL_EXECUTABLE define to BoxConfig.h. makebuildenv.pl adds PERL define to all makefiles.
Diffstat (limited to 'bin/bbackupquery/Makefile.extra')
-rw-r--r-- | bin/bbackupquery/Makefile.extra | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/bbackupquery/Makefile.extra b/bin/bbackupquery/Makefile.extra index 633ec0fc..f347c451 100644 --- a/bin/bbackupquery/Makefile.extra +++ b/bin/bbackupquery/Makefile.extra @@ -1,6 +1,6 @@ # AUTOGEN SEEDING autogen_Documentation.cpp: makedocumentation.pl documentation.txt - perl makedocumentation.pl + $(PERL) makedocumentation.pl |