commit:     eaf67267b292e0bf058f1491469bcbd4d0aabeda
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 25 21:19:25 2016 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Mon Jan 25 21:19:25 2016 +0000
URL:        
https://gitweb.gentoo.org/proj/nxml-gentoo-schemas.git/commit/?id=eaf67267

Makefile: Remove redundant files from clean target.

 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index ff5f000..56d1238 100644
--- a/Makefile
+++ b/Makefile
@@ -22,7 +22,7 @@ all: .depend $(TARBALL)
 depend: .depend
 
 clean:
-       rm -f *.dtd *.dep *.dtd .depend
+       rm -f *.dtd *.dep .depend
 
 .depend: $(DTDDEPS)
        cat *.dep > $@

Reply via email to