author | Camm Maguire <camm@debian.org> | 2003年02月26日 23:28:56 +0000 |
---|---|---|
committer | Camm Maguire <camm@debian.org> | 2003年02月26日 23:28:56 +0000 |
commit | ce8e0a5974815e05a4e3f050ff1e91e16f5899b6 (patch) | |
tree | b41d8e3456f5f6b9516caf259ea4520db374806c | |
parent | 92081086b6a97915b5985fef7eaddca78b7b92f0 (diff) | |
download | gcl-ce8e0a5974815e05a4e3f050ff1e91e16f5899b6.tar.gz |
-rw-r--r-- | gcl/debian/changelog | 3 | ||||
-rw-r--r-- | gcl/makefile | 1 |
diff --git a/gcl/debian/changelog b/gcl/debian/changelog index c2610e97c..53662d2c3 100644 --- a/gcl/debian/changelog +++ b/gcl/debian/changelog @@ -37,8 +37,9 @@ gcl (2.5.0.cvs20020625-76) unstable; urgency=low * Remove old gmp directory * Remove old tests directory * Reinsert JAPI configuration + * Spruce up clean target - -- Camm Maguire <camm@enhanced.com> 2003年2月26日 18:26:21 -0500 + -- Camm Maguire <camm@enhanced.com> 2003年2月26日 18:28:40 -0500 gcl (2.5.0.cvs20020625-75) unstable; urgency=low diff --git a/gcl/makefile b/gcl/makefile index 7481efcb2..282ec389c 100644 --- a/gcl/makefile +++ b/gcl/makefile @@ -199,6 +199,7 @@ clean: rm -rf $(GMPDIR)/.deps $(GMPDIR)/libgmp.a rm -f xbin/gcl foo foo.c bin/gclm.bat gmp_all rm -f h/*-linux.defs h/bfd.h h/bfdlink.h h/ansidecl.h h/symcat.h + rm -f windows/gcl.iss bin/gcl.bat -cd binutils/bfd && $(MAKE) distclean -cd binutils/libiberty && $(MAKE) distclean |