aboutsummaryrefslogtreecommitdiff
path: root/nixpkgs/pkgs/development/tools/build-managers/gnumake/impure-dirs.patch
blob: 6c7d9d2463c33e2f70f87948370d00bc6e29ebc0 (plain)
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
diff -Naur a/src/read.c b/src/read.c
--- a/src/read.c
+++ b/src/read.c
@@ -109,9 +109,6 @@
 #endif
     INCLUDEDIR,
 #ifndef _AMIGA
-    "/usr/gnu/include",
-    "/usr/local/include",
-    "/usr/include",
 #endif
     0
   };
diff -Naur a/src/remake.c b/src/remake.c
--- a/src/remake.c
+++ b/src/remake.c
@@ -1601,8 +1601,6 @@
   static const char *dirs[] =
     {
 #ifndef _AMIGA
-      "/lib",
-      "/usr/lib",
 #endif
 #if defined(WINDOWS32) && !defined(LIBDIR)
 /*