diff options
Diffstat (limited to 'contrib/Debian/Makefile.am')
| -rw-r--r-- | contrib/Debian/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/Debian/Makefile.am b/contrib/Debian/Makefile.am index 3b7af386..d071aa50 100644 --- a/contrib/Debian/Makefile.am +++ b/contrib/Debian/Makefile.am @@ -8,7 +8,7 @@ # (at your option) any later version. # Please read the file COPYING, README and AUTHORS for more information. # -# $Id: Makefile.am,v 1.1 2003/12/31 17:20:11 alex Exp $ +# $Id: Makefile.am,v 1.2 2004/01/01 22:24:48 alex Exp $ # EXTRA_DIST = rules changelog compat control copyright \ @@ -18,7 +18,7 @@ maintainer-clean-local: rm -f Makefile Makefile.in rm -f ngircd.postinst.debhelper ngircd.postrm.debhelper \ ngircd.prerm.debhelper ngircd.substvars + rm -rf ngircd ngircd-full rm -f files - rm -rf ngircd # -eof- |