From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ie0-f174.google.com ([209.85.223.174]:54582 "EHLO mail-ie0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752604Ab2JPBxa (ORCPT ); Mon, 15 Oct 2012 21:53:30 -0400 Received: by mail-ie0-f174.google.com with SMTP id k13so8977293iea.19 for ; Mon, 15 Oct 2012 18:53:29 -0700 (PDT) From: "Yaakov (Cygwin/X)" Subject: [PATCH] fbdev: make scripts/pnmtologo dependency portable Date: Mon, 15 Oct 2012 20:53:00 -0500 Message-Id: <1350352380-5324-1-git-send-email-yselkowitz@users.sourceforge.net> Sender: linux-kbuild-owner@vger.kernel.org List-ID: To: mmarek@suse.cz Cc: linux-kbuild@vger.kernel.org From: Yaakov Selkowitz Commit a53c9d5b7115173fba9f82ff8120b624ef206f48 added a dependency on scripts/pnmtologo to all autogenerated .c files. An explicit rule is required on platforms where the .exe suffix is used for hostprogs. Signed-off-by: Yaakov Selkowitz --- Michal, This was originally sent to linux-fbdev, but was forwarded to linux-kbuild (but not you) on 12 June. It has yet to be applied to Linus' tree yet, though. Also applies to all 3.x stable branches drivers/video/logo/Makefile | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/video/logo/Makefile b/drivers/video/logo/Makefile index 3b43781..3854dbb 100644 --- a/drivers/video/logo/Makefile +++ b/drivers/video/logo/Makefile @@ -38,6 +38,7 @@ extra-y += $(call logo-cfiles,_clut224,ppm) extra-y += $(call logo-cfiles,_gray256,pgm) pnmtologo := scripts/pnmtologo +$(pnmtologo): $(objtree)/scripts/pnmtologo # Create commands like "pnmtologo -t mono -n logo_mac_mono -o ..." quiet_cmd_logo = LOGO $@ -- 1.7.9