diff --git a/[refs] b/[refs] index 3ee384fbb763..80de72ac2af2 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 46ed981d5d203703a01137cc58c841d34e90c147 +refs/heads/master: cc873e1aa1fa916a485294117a9846e668505671 diff --git a/trunk/drivers/video/logo/Makefile b/trunk/drivers/video/logo/Makefile index 4ef5cd19609d..b985dfad6c63 100644 --- a/trunk/drivers/video/logo/Makefile +++ b/trunk/drivers/video/logo/Makefile @@ -34,7 +34,7 @@ extra-y += $(call logo-cfiles,_clut224,ppm) extra-y += $(call logo-cfiles,_gray256,pgm) # Create commands like "pnmtologo -t mono -n logo_mac_mono -o ..." -quiet_cmd_logo = LOGO $@ +quiet_cmd_logo = LOGO $@ cmd_logo = scripts/pnmtologo \ -t $(patsubst $*_%,%,$(notdir $(basename $<))) \ -n $(notdir $(basename $<)) -o $@ $<