File: add-distclean-target.patch

package info (click to toggle)
octave-optiminterp 0.3.7-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 360 kB
  • sloc: f90: 299; makefile: 168; cpp: 95; sh: 2
file content (15 lines) | stat: -rw-r--r-- 458 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: Add distclean target to src/Makefile.in
Author: Rafael Laboissière <rafael@debian.org>
Forwarded: https://savannah.gnu.org/bugs/index.php?62755
Last-Update: 2022-07-12

--- octave-optiminterp-0.3.7.orig/src/Makefile.in
+++ octave-optiminterp-0.3.7/src/Makefile.in
@@ -63,4 +63,7 @@ optiminterp_wrapper.o: optiminterp_wrapp
 clean:
 	rm -f *.o *.oct *~ *.mod
 
+distclean: clean
+	-rm Makeconf Makefile config.status config.log
+
 .NOTPARALLEL: