blob: 6df57e840b8775509785cef03734cc7313725c41 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
$FreeBSD$
--- config/rules.def.orig
+++ config/rules.def
@@ -1054,6 +1054,9 @@
* Install header files on Linux.
*/
+#define InstallIncludes(dir) @@\
+install::
+
#ifndef InstallIncludes
#if InstallRelative
#define InstallIncludes(dir) @@\
@@ -1071,6 +1074,8 @@
#endif
#endif
+#define InstallInclude(dir, file) @@\
+install::
#ifndef InstallInclude
#if InstallRelative
#define InstallInclude(dir, file) @@\
|