diff options
| author | Alexander Barton <alex@barton.de> | 2003-12-31 17:09:40 +0000 |
|---|---|---|
| committer | Alexander Barton <alex@barton.de> | 2003-12-31 17:09:40 +0000 |
| commit | ea076a28f2ff16c0424c0ba488227dbe1d3393bf (patch) | |
| tree | e458fc5b0a46827cb618c1072a4f58c944d48fb0 /Makefile.am | |
| parent | c9ccb669442726969a096fe03390b058cc088717 (diff) | |
| download | ngircd-ea076a28f2ff16c0424c0ba488227dbe1d3393bf.tar.gz ngircd-ea076a28f2ff16c0424c0ba488227dbe1d3393bf.zip | |
Added some files to the maintainer-clean-local target which havn't beed
removed by "make maintainer-clean".
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 2e5de8db..a056501e 100644 --- a/Makefile.am +++ b/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.11 2003/07/09 21:16:33 alex Exp $ +# $Id: Makefile.am,v 1.12 2003/12/31 17:09:40 alex Exp $ # AUTOMAKE_OPTIONS = gnu @@ -19,7 +19,7 @@ maintainer-clean-local: rm -rf autom4te.cache rm -f Makefile.in Makefile aclocal.m4 configure rm -f mkinstalldirs missing depcomp install-sh - rm -f config.log + rm -f config.log build-stamp lint: make -C src/ngircd lint |