From: ayin Date: Thu, 21 Feb 2008 18:47:32 +0000 (+0000) Subject: Do not delete on clean files not belonging to the project. X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=8ddfb631fd9dd01f8b6a65683abd5c31abec8096;p=dana%2Furxvt.git Do not delete on clean files not belonging to the project. --- diff --git a/Makefile.in b/Makefile.in index 70f9cf19..491776da 100644 --- a/Makefile.in +++ b/Makefile.in @@ -65,7 +65,7 @@ Makefiles: cleandir: realclean distclean-local: - rm -f *~ config.cache config.h config.log config.status + rm -f config.cache config.h config.log config.status rm -f Makefile distdir: diff --git a/doc/Makefile.in b/doc/Makefile.in index bac58b3e..d17f02b3 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -77,7 +77,6 @@ alldoc: rxvt.1.man.in rxvt.7.man.in rxvtc.1.man.in rxvtd.1.man.in rxvtperl.3.man infocmp -C rxvt-unicode >$(srcdir)/etc/rxvt-unicode.termcap clean: - rm -f *~ rm -f rxvt.1.man rxvt.7.man rxvtc.1.man rxvtd.1.man rxvtperl.3.man distclean: clean diff --git a/src/Makefile.in b/src/Makefile.in index 20ac6cba..012bcf56 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -86,7 +86,7 @@ alldoc: clean: rm -f rxvt rxvtc rxvtd perlxsi.c rxvtperl.C - rm -f *.o tmpproto *.tmp + rm -f *.o distclean: clean rm -f Makefile