File: prevent_Makefile.incl_removal.patch

package info (click to toggle)
raster3d 3.0-8-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,952 kB
  • sloc: fortran: 9,536; ansic: 1,063; makefile: 315; sh: 272; csh: 1
file content (17 lines) | stat: -rw-r--r-- 450 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: workaround dpkg-buildpackage choking on missing file.
Author: Étienne Mollier <emollier@debian.org>
Forwarded: not-needed
Last-Update: 2025-09-24
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- raster3d.orig/Makefile
+++ raster3d/Makefile
@@ -26,8 +26,6 @@
 	$(MAKE) -C examples clean
 
 distclean: clean
-	rm -f Makefile.incl 
-	touch Makefile.incl
 	if [ -e aix-patch ] ; then rm -f aix-patch; fi
 	exit 0