public inbox for insight@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] "distclean" in iwidgets
@ 2003-02-26 14:35 Keith Seitz
  0 siblings, 0 replies; only message in thread
From: Keith Seitz @ 2003-02-26 14:35 UTC (permalink / raw)
  To: insight

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

Hi,

This patch fixes the "distclean" target of iwidgets, which was leaving
around some configure files.

Keith

ChangeLog.SOURCES
2003-02-24  Keith Seitz  <keiths@redhat.com>

        * Makefile.in (distclean): Remove pkgIndex.tcl and iwidgets.tcl,
	  too.



[-- Attachment #2: distclean.patch --]
[-- Type: text/x-patch, Size: 576 bytes --]

Index: Makefile.in
===================================================================
RCS file: /cvs/src/src/itcl/iwidgets/Makefile.in,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 Makefile.in
--- Makefile.in	21 Jan 2003 20:42:52 -0000	1.1.1.1
+++ Makefile.in	25 Feb 2003 00:40:29 -0000
@@ -188,7 +188,7 @@ clean:
 	rm -f core errs *~ \#* TAGS *.E a.out errors
 
 distclean: clean
-	rm -f Makefile config.status config.cache config.log
+	rm -f Makefile pkgIndex.tcl iwidgets.tcl config.status config.cache config.log
 
 depend:
 	makedepend -- $(CC_SWITCHES) -- $(SRCS)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-02-25  0:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-02-26 14:35 [PATCH] "distclean" in iwidgets Keith Seitz

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).