projects
/
kinect-audio-setup.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
36d6923
)
kinect_upload_fw: fix spacing in Makefile, use simple expansion to set bindir
author
Antonio Ospite <ospite@studenti.unina.it>
Thu, 29 Sep 2011 20:06:26 +0000
(22:06 +0200)
committer
Antonio Ospite <ospite@studenti.unina.it>
Thu, 29 Sep 2011 21:40:12 +0000
(23:40 +0200)
kinect_upload_fw/Makefile
patch
|
blob
|
history
diff --git
a/kinect_upload_fw/Makefile
b/kinect_upload_fw/Makefile
index
542959f
..
1c21c14
100644
(file)
--- a/
kinect_upload_fw/Makefile
+++ b/
kinect_upload_fw/Makefile
@@
-29,8
+29,8
@@
CFLAGS += -fno-common \
CFLAGS += $(shell pkg-config --cflags libusb-1.0)
LDFLAGS += $(shell pkg-config --libs libusb-1.0)
-PREFIX
?= /usr/local
-bindir = $(PREFIX)/sbin
+PREFIX ?= /usr/local
+bindir
:
= $(PREFIX)/sbin
kinect_upload_fw: kinect_upload_fw.o