File: 41_fix_clean_target.diff

package info (click to toggle)
plotutils 2.6-15
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 14,040 kB
  • sloc: ansic: 68,670; sh: 20,086; cpp: 12,382; yacc: 2,588; makefile: 838; lex: 137
file content (16 lines) | stat: -rw-r--r-- 844 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: Delete another file on clean
 This broke building twice in a row.
Author: Andreas Metzler <ametzler@debian.org>
Origin: vendor
Bug-Debian: https://bugs.debian.org/1045870
Forwarded: no
Last-Update: 2023-08-14

--- plotutils-2.6.orig/test/Makefile.am
+++ plotutils-2.6/test/Makefile.am
@@ -10,4 +10,4 @@ EXTRA_DIST = spline.test ode.test graph.
 				     
 TESTS_ENVIRONMENT = SRCDIR=$(srcdir) PS_FONTS_IN_PCL=$(ps_fonts_in_pcl)
 
-CLEANFILES = graph.out ode.out ode.dos plot2fig.out plot2hpgl.out plot2cg0.out plot2cg1.out plot2plot.out plot2ps0.out plot2ps1.out plot2svg.out spline.out spline.dos tek2plot.out pic2plot.out
+CLEANFILES = graph.out ode.out ode.dos plot2fig.out plot2hpgl.out plot2cg0.out plot2cg1.out plot2pcl.out plot2plot.out plot2ps0.out plot2ps1.out plot2svg.out spline.out spline.dos tek2plot.out pic2plot.out