File: makefile_fix_distclean.patch

package info (click to toggle)
libint2 2.7.2-1.2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 63,792 kB
  • sloc: ansic: 842,934; cpp: 47,847; sh: 3,139; makefile: 1,017; f90: 676; perl: 482; python: 334
file content (14 lines) | stat: -rw-r--r-- 502 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Index: libint2/Makefile
===================================================================
--- libint2.orig/Makefile
+++ libint2/Makefile
@@ -82,8 +82,7 @@ distclean::
 	    (cd $${dir} && $(MAKE) $(DODEPENDOPT) distclean) || exit 1; \
 	  done
 	-rm -rf autom4te.cache config.status config.log conf*.file conf*.dir *.dSYM depcheck* libtool \
-Makedirlist libint2.pc include/libint2
-	test -f libint2.pc.in || rm -rf include/libint2
+Makedirlist libint2.pc
 
 targetclean::
 	for dir in $(SUBDIRS); \