projects
/
platform
/
core
/
system
/
swap-probe.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4311523
)
[FIX] build for armv7l
author
Vitaliy Cherepanov
<v.cherepanov@samsung.com>
Tue, 10 Dec 2013 10:34:18 +0000
(14:34 +0400)
committer
Vitaliy Cherepanov
<v.cherepanov@samsung.com>
Tue, 10 Dec 2013 10:34:18 +0000
(14:34 +0400)
Change-Id: Ie36e441782dcaea3f97151c48d3038ad953fd232
Signed-off-by: Vitaliy Cherepanov <v.cherepanov@samsung.com>
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 8552c4ddc84419b2686499eda9aa878479eb6aef..decaee58a4eeed4332a9b7f074ce8b3b5b0b5549 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-160,7
+160,7
@@
$(TIZEN_TARGET): $(TIZEN_OBJS)
$(DUMMY_TARGET): $(DUMMY_OBJS)
$(CC) $(LDFLAGS) $^ -o $@
-install:
+install:
all
[ -d "$(DESTDIR)/$(INSTALLDIR)" ] || mkdir -p $(DESTDIR)/$(INSTALLDIR)
install $(TIZEN_TARGET) $(DUMMY_TARGET) $(DESTDIR)/$(INSTALLDIR)/
install -m 644 include/id_list $(DESTDIR)/$(INSTALLDIR)/da_api_map