File: 18_Prevent-overwriting-build_headers.list.patch

package info (click to toggle)
libetpan 1.9.4-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 9,448 kB
  • sloc: ansic: 106,954; sh: 4,179; makefile: 646; cpp: 46
file content (17 lines) | stat: -rw-r--r-- 442 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
From: Bastian Germann <bage@debian.org>
Subject: Prevent overwriting build_headers.list
Bug-Debian: https://bugs.debian.org/1046885
Last-Update: 2024-11-19
Forwarded: not-needed

---
 configure.ac | 1 -
 1 file changed, 1 deletion(-)

--- a/configure.ac
+++ b/configure.ac
@@ -815,4 +815,3 @@
 AC_OUTPUT
 
 cp -f ${crd}/src/main/libetpan_version.h ${crd}/build-windows
-cd build-windows ; ./gen-public-headers.sh > build_headers.list ; cd ..