diff --git a/drivers/fxp/Makefile b/drivers/fxp/Makefile index 4127505ac..8c20132f5 100644 --- a/drivers/fxp/Makefile +++ b/drivers/fxp/Makefile @@ -7,7 +7,7 @@ i = $u/include s = $i/sys m = $i/minix b = $i/ibm -d = $u/src/drivers +d = .. # programs, flags, etc. CC = exec cc diff --git a/drivers/memory/Makefile b/drivers/memory/Makefile index f99cdc3d5..239648493 100644 --- a/drivers/memory/Makefile +++ b/drivers/memory/Makefile @@ -7,7 +7,7 @@ i = $u/include s = $i/sys m = $i/minix b = $i/ibm -d = $u/src/drivers +d = .. # programs, flags, etc. MAKE = exec make diff --git a/drivers/rtl8139/Makefile b/drivers/rtl8139/Makefile index f09101052..99bde673a 100644 --- a/drivers/rtl8139/Makefile +++ b/drivers/rtl8139/Makefile @@ -7,7 +7,7 @@ i = $u/include s = $i/sys m = $i/minix b = $i/ibm -d = $u/src/drivers +d = .. # programs, flags, etc. MAKE = exec make