This is the mail archive of the insight@sources.redhat.com mailing list for the Insight project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] "distclean" in iwidgets


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 at redhat dot com>

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


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)

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]