try again

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7173 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1999-10-17 16:06:25 +00:00
parent 7657248440
commit 3bf664a5b2

View File

@@ -25,10 +25,11 @@ automake
make_proto () { make_proto () {
(top=`pwd` (top=`pwd`
cd $1 cd $1
b=`basename $1`
perl $top/cf/make-proto.pl -o $2 -p $3 `perl -e ' perl $top/cf/make-proto.pl -o $2 -p $3 `perl -e '
do { do {
$_ = <>; $_ = <>;
} until(/'$1'_.*SOURCES/); } until(/'$b'_.*SOURCES/);
while(/\\\\\s*$/s){ while(/\\\\\s*$/s){
$_ = $_ . <>; $_ = $_ . <>;
} }