Minor
This commit is contained in:
parent
8a0952db7e
commit
293e443529
|
@ -7,8 +7,7 @@ test -z "$srcdir" && srcdir=.
|
||||||
stat=0
|
stat=0
|
||||||
|
|
||||||
test "x$HBHEADERS" = x && HBHEADERS=`cd "$srcdir"; find . -maxdepth 1 -name 'hb*.h'`
|
test "x$HBHEADERS" = x && HBHEADERS=`cd "$srcdir"; find . -maxdepth 1 -name 'hb*.h'`
|
||||||
test "x$HBSOURCES" = x && HBSOURCES=`cd "$srcdir"; find . -maxdepth 1 -name 'hb*.h'`
|
test "x$HBSOURCES" = x && HBSOURCES=`cd "$srcdir"; find . -maxdepth 1 -name 'hb*.cc'`
|
||||||
|
|
||||||
|
|
||||||
for x in $HBHEADERS; do
|
for x in $HBHEADERS; do
|
||||||
test -f "$srcdir/$x" -a ! -f "$x" && x="$srcdir/$x"
|
test -f "$srcdir/$x" -a ! -f "$x" && x="$srcdir/$x"
|
||||||
|
|
Loading…
Reference in New Issue