diff --git a/drivers/at_wini/Makefile b/drivers/at_wini/Makefile index 943445fe8..173b40dc4 100644 --- a/drivers/at_wini/Makefile +++ b/drivers/at_wini/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/floppy/Makefile b/drivers/floppy/Makefile index e0144d4c9..9c11fe85a 100644 --- a/drivers/floppy/Makefile +++ b/drivers/floppy/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/printer/Makefile b/drivers/printer/Makefile index 0e8e06cd5..c9b4b536e 100644 --- a/drivers/printer/Makefile +++ b/drivers/printer/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/tty/Makefile b/drivers/tty/Makefile index 3a8ca61a2..dac291cec 100644 --- a/drivers/tty/Makefile +++ b/drivers/tty/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