summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorJoe Orton <notroj@users.noreply.github.com>2004-10-10 17:44:56 +0000
committerJoe Orton <notroj@users.noreply.github.com>2004-10-10 17:44:56 +0000
commit3d5c31220c5c4c5b3c8113a0877127d6bb5ec3d1 (patch)
treebf2b60b5e10168a4bf3e4f6817166a07fe66541b /Makefile.in
parent335be2ed5d65e488212dc844fcf7a554c6f30583 (diff)
downloadneon-git-3d5c31220c5c4c5b3c8113a0877127d6bb5ec3d1.tar.gz
* Makefile.in (distclean): Remove neon.pc.
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