public inbox for linux-ia64@vger.kernel.org
 help / color / mirror / Atom feed
From: "David N. Lombard" <david.lombard@mscsoftware.com>
To: linux-ia64@vger.kernel.org
Subject: [Linux-ia64] [PATCH] arch/ia64/boot/Makefile
Date: Tue, 23 Jul 2002 23:51:11 +0000	[thread overview]
Message-ID: <marc-linux-ia64-105590701905825@msgid-missing> (raw)

[-- Attachment #1: Type: text/plain, Size: 137 bytes --]

arch/ia64/boot/Makefile uses the macro TARGET without defining it.

The attached patch corrects that.

-- 
David N. Lombard
MSC.Software

[-- Attachment #2: ia64-boot.diff --]
[-- Type: text/plain, Size: 212 bytes --]

--- arch/ia64/boot/Makefile.orig	Thu Jan  4 12:50:17 2001
+++ arch/ia64/boot/Makefile	Tue Jul 23 14:30:07 2002
@@ -27,6 +27,6 @@
 	-o bootloader
 
 clean:
-	rm -f $(TARGETS)
+	rm -f bootloader $(OBJECTS)
 
 dep:

             reply	other threads:[~2002-07-23 23:51 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-07-23 23:51 David N. Lombard [this message]
2002-07-23 23:59 ` [Linux-ia64] [PATCH] arch/ia64/boot/Makefile David Mosberger

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=marc-linux-ia64-105590701905825@msgid-missing \
    --to=david.lombard@mscsoftware.com \
    --cc=linux-ia64@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox