From: wdenk Date: Mon, 5 Nov 2001 18:45:40 +0000 (+0000) Subject: Fix problem when "." is not in PATH X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=4b98edb3abe815cee764c8cf80ef02cef7d4cd5c;p=users%2Frw%2Fppcboot.git Fix problem when "." is not in PATH --- diff --git a/tools/Makefile b/tools/Makefile index ca06672..29bdefd 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -106,7 +106,7 @@ crc32.c: ln -s ../ppc/crc32.c crc32.c $(LOGO_H): bmp_logo $(LOGO_BMP) - bmp_logo $(LOGO_BMP) >$@ + ./bmp_logo $(LOGO_BMP) >$@ #########################################################################