projects
/
kinect-audio-setup.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6028ad6
)
kinect_upload_fw/Makefile: fix double spacing
author
Antonio Ospite <ospite@studenti.unina.it>
Fri, 6 Dec 2013 16:42:43 +0000
(17:42 +0100)
committer
Antonio Ospite <ospite@studenti.unina.it>
Fri, 6 Dec 2013 16:42:43 +0000
(17:42 +0100)
Remove a double space before an assignment.
kinect_upload_fw/Makefile
patch
|
blob
|
history
diff --git
a/kinect_upload_fw/Makefile
b/kinect_upload_fw/Makefile
index
2cca6fd
..
15741d3
100644
(file)
--- a/
kinect_upload_fw/Makefile
+++ b/
kinect_upload_fw/Makefile
@@
-33,7
+33,7
@@
CFLAGS += -fno-common \
-Wunsafe-loop-optimizations \
-Wwrite-strings
-CFLAGS
+= $(shell pkg-config --cflags libusb-1.0)
+CFLAGS += $(shell pkg-config --cflags libusb-1.0)
LDLIBS += $(shell pkg-config --libs libusb-1.0)
PREFIX ?= /usr/local