File: remove_version_from_path.patch

package info (click to toggle)
csmith 2.3.0-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,484 kB
  • sloc: cpp: 28,535; sh: 4,120; ansic: 820; makefile: 268; perl: 253
file content (26 lines) | stat: -rw-r--r-- 735 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
diff --git a/runtime/Makefile.in b/runtime/Makefile.in
index 6726b5b..b8aefb9 100644
--- a/runtime/Makefile.in
+++ b/runtime/Makefile.in
@@ -356,7 +356,7 @@ libcsmith_la_CPPFLAGS = \
 	$(libcsmith_a_CPPFLAGS)
 
 libcsmith_a_includedir = \
-	$(includedir)/$(PACKAGE)-$(VERSION)
+	$(includedir)/$(PACKAGE)
 
 nobase_libcsmith_a_include_HEADERS = \
 	csmith.h \
diff --git a/runtime/Makefile.am b/runtime/Makefile.am
index d74749f..6151e7b 100644
--- a/runtime/Makefile.am
+++ b/runtime/Makefile.am
@@ -49,7 +49,7 @@ libcsmith_la_CPPFLAGS = \
 	$(libcsmith_a_CPPFLAGS)
 
 libcsmith_a_includedir = \
-	$(includedir)/$(PACKAGE)-$(VERSION)
+	$(includedir)/$(PACKAGE)
 nobase_libcsmith_a_include_HEADERS = \
 	csmith.h \
 	csmith_minimal.h \