Package: numad / 0.5+20150602-7

makefile-better-cleanup.path Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: do not remove debian dir
 upstream Makefile tries to remove too much
Author: Gustavo Panizzo <gfa@zumbi.com.ar>
Last-Update: 2015-07-29
--- a/Makefile
+++ b/Makefile
@@ -52,7 +52,7 @@
 	@rm -rf html
 
 distclean: clean
-	rm -f .[^.]* */.[^.]*
+	#rm -f .[^.]* */.[^.]*
 	rm -f *~ */*~ *.orig */*.orig */*.rej *.rej 
 
 depend: .depend