projects
/
oweals
/
uci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a82293
)
add missing build dependencies
author
Felix Fietkau
<nbd@openwrt.org>
Tue, 1 Sep 2009 00:51:59 +0000
(
02:51
+0200)
committer
Felix Fietkau
<nbd@openwrt.org>
Tue, 1 Sep 2009 00:51:59 +0000
(
02:51
+0200)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 69071727959e9278542b69283204fdf7993cad12..1b2099517dd01016048bad800f289c09aff18ce0 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-45,10
+45,10
@@
libuci-static.o: libuci.c $(LIBUCI_DEPS)
libuci-shared.o: libuci.c $(LIBUCI_DEPS)
$(CC) $(CFLAGS) $(FPIC) -c -o $@ $<
-ucimap-static.o: ucimap.c $(LIBUCI_DEPS)
+ucimap-static.o: ucimap.c $(LIBUCI_DEPS)
ucimap.h
$(CC) $(CFLAGS) -c -o $@ $<
-ucimap-shared.o: ucimap.c $(LIBUCI_DEPS)
+ucimap-shared.o: ucimap.c $(LIBUCI_DEPS)
ucimap.h
$(CC) $(CFLAGS) $(FPIC) -c -o $@ $<
libuci.a: libuci-static.o ucimap-static.o