OSDN Git Service

* Makefile.in (distclean): Remove pkgIndex.tcl and iwidgets.tcl, too.
authorkseitz <kseitz>
Tue, 25 Feb 2003 00:42:12 +0000 (00:42 +0000)
committerkseitz <kseitz>
Tue, 25 Feb 2003 00:42:12 +0000 (00:42 +0000)
itcl/iwidgets/ChangeLog.SOURCES [new file with mode: 0644]
itcl/iwidgets/Makefile.in

diff --git a/itcl/iwidgets/ChangeLog.SOURCES b/itcl/iwidgets/ChangeLog.SOURCES
new file mode 100644 (file)
index 0000000..e0f0f5b
--- /dev/null
@@ -0,0 +1,4 @@
+2003-02-24  Keith Seitz  <keiths@redhat.com>
+
+       * Makefile.in (distclean): Remove pkgIndex.tcl and iwidgets.tcl, too.
+
index badce22..0578772 100644 (file)
@@ -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)