diff options
Diffstat (limited to 'lib/raidfile')
-rw-r--r-- | lib/raidfile/Makefile.extra | 2 | ||||
-rwxr-xr-x | lib/raidfile/raidfile-config | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/raidfile/Makefile.extra b/lib/raidfile/Makefile.extra index 8d036633..4d904e8a 100644 --- a/lib/raidfile/Makefile.extra +++ b/lib/raidfile/Makefile.extra @@ -3,5 +3,5 @@ MAKEEXCEPTION = ../../lib/common/makeexception.pl # AUTOGEN SEEDING autogen_RaidFileException.h autogen_RaidFileException.cpp: $(MAKEEXCEPTION) RaidFileException.txt - perl $(MAKEEXCEPTION) RaidFileException.txt + $(PERL) $(MAKEEXCEPTION) RaidFileException.txt diff --git a/lib/raidfile/raidfile-config b/lib/raidfile/raidfile-config index b3f31077..f1098adc 100755 --- a/lib/raidfile/raidfile-config +++ b/lib/raidfile/raidfile-config @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!@PERL@ use strict; # should be running as root |