public inbox for insight@sourceware.org
 help / color / mirror / Atom feed
From: Moses DeJong <dejong@cs.umn.edu>
To: insight@sourceware.cygnus.com
Subject: Re: configure problem with insight.
Date: Wed, 11 Aug 1999 14:10:00 -0000	[thread overview]
Message-ID: <Pine.GSO.4.05.9908111607010.24357-100000@brin.cs.umn.edu> (raw)
In-Reply-To: <Pine.GSO.4.05.9908111445160.24011-100000@brin.cs.umn.edu>

Here is a quick little patch that fixes the "make distclean" problem
with insight.


1999-08-11  Mo DeJong <dejong@cs.umn.edu>

        * gdb/Makefile.in
	  gdb/tui/Makefile.in : patch to fix "make distclean" rule.


diff -r -u insight-19990809/gdb/Makefile.in
../insight-19990809/gdb/Makefile.in
--- insight-19990809/gdb/Makefile.in    Mon Aug  9 21:45:50 1999
+++ ../insight-19990809/gdb/Makefile.in Wed Aug 11 15:31:41 1999
@@ -573,6 +573,8 @@
 NTSSTART = kdb-start.o

 SUBDIRS = doc \
+       gdbserver \
+       tui \
        testsuite \
        nlm

diff -r -u insight-19990809/gdb/tui/Makefile.in
../insight-19990809/gdb/tui/Makefile.in
--- insight-19990809/gdb/tui/Makefile.in        Thu Dec 31 17:46:27 1998
+++ ../insight-19990809/gdb/tui/Makefile.in     Wed Aug 11 15:31:39 1999
@@ -166,3 +166,8 @@

 clean:
        rm -f *.o *.a
+
+distclean: clean
+       rm -f nm.h tm.h xm.h config.status config.h stamp-h .gdbinit
+       rm -f config.log config.cache
+       rm -f Makefile




Mo DeJong
dejong@cs.umn.edu

  reply	other threads:[~1999-08-11 14:10 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-08-11 11:34 Moses DeJong
1999-08-11 11:51 ` James Ingham
1999-08-11 11:59 ` Jason Molenda
1999-08-11 12:49   ` Moses DeJong
1999-08-11 14:10     ` Moses DeJong [this message]
1999-08-11 16:21       ` Moses DeJong

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=Pine.GSO.4.05.9908111607010.24357-100000@brin.cs.umn.edu \
    --to=dejong@cs.umn.edu \
    --cc=insight@sourceware.cygnus.com \
    /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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).