summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorjoe <joe@61a7d7f5-40b7-0310-9c16-bb0ea8cb1845>2004-10-10 17:44:56 +0000
committerjoe <joe@61a7d7f5-40b7-0310-9c16-bb0ea8cb1845>2004-10-10 17:44:56 +0000
commit76a302d4d5dbb0d9c93eef60760add2af7231896 (patch)
treebf2b60b5e10168a4bf3e4f6817166a07fe66541b /Makefile.in
parentf3b0a6ee7760184e1554478f74f5525fa828c9ba (diff)
downloadneon-76a302d4d5dbb0d9c93eef60760add2af7231896.tar.gz
* Makefile.in (distclean): Remove neon.pc.
git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@302 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 25b63eb..d0acd68 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,4 +1,4 @@
-# Copyright (C) 2001-2002 Joe Orton <joe@manyfish.co.uk>
+# Copyright (C) 2001-2004 Joe Orton <joe@manyfish.co.uk>
# Copyright (C) 1994, 1995-8, 1999, 2000 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
@@ -99,7 +99,7 @@ clean:
cd test && $(MAKE) clean
distclean: clean
- rm -rf Makefile config.h config.status src/Makefile libtool config.log config.cache neon-config autom4te.cache test/Makefile
+ rm -rf Makefile config.h neon.pc config.status src/Makefile libtool config.log config.cache neon-config autom4te*.cache test/Makefile
again: clean