[librep] remove librep.pc upon distclean, not gitclean
- From: Christopher Bratusek <chrisb src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [librep] remove librep.pc upon distclean, not gitclean
- Date: Fri, 15 Jan 2010 19:41:57 +0000 (UTC)
commit 9fb90ee3adb3dfd132d5a3d935350084ab1d5fa1
Author: Christopher Roy Bratusek <chris nanolx org>
Date: Fri Jan 15 20:41:00 2010 +0100
remove librep.pc upon distclean, not gitclean
Makefile.in | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/Makefile.in b/Makefile.in
index e7ed6a0..a5f0cc5 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -95,12 +95,12 @@ distclean :
[ -d $$dir ] && ( cd $$dir && $(MAKE) $@ ) || exit 1; \
done
rm -f config.cache config.h config.log config.status Makefile libtool
- rm -f *~ NEWS doc-strings TAGS build.h rules.mk configure.orig
+ rm -f *~ NEWS doc-strings TAGS build.h rules.mk configure.orig librep.pc
gitclean : distclean
rm -f aclocal.m4 configure
rm -rf autom4te.cache
- rm -f librep.spec librep.pc librep-*.ebuild
+ rm -f librep.spec librep-*.ebuild
-fakeroot debian/rules clean
rm -f debian/changelog debian/control
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]