3 changed files with 10 additions and 10 deletions
@ -1,9 +1,8 @@ |
|||||
diff --git a/Makefile b/Makefile
|
|
||||
index 47594bb..4af8e92 100644
|
|
||||
--- a/Makefile
|
--- a/Makefile
|
||||
+++ b/Makefile
|
+++ b/Makefile
|
||||
@@ -1,6 +1,6 @@
|
@@ -10,7 +10,7 @@
|
||||
OBJS = dpflib.o rawusb.o scsi.o bootload.o |
LIBS=-lusb -lsgutils2 |
||||
|
endif |
||||
|
|
||||
-CFLAGS = -Wall -fPIC -I../include -g
|
-CFLAGS = -Wall -fPIC -I../include -g
|
||||
+CFLAGS = -Wall -fPIC -I$(PREFIX)/include -I../include -g
|
+CFLAGS = -Wall -fPIC -I$(PREFIX)/include -I../include -g
|
Loading…
Reference in new issue