projects
/
oweals
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a6fa1e0
)
remove unnecessary compiler command line stuff in sgi-webuci
author
Steven Barth
<steven@midlink.org>
Mon, 2 Jun 2008 15:35:10 +0000
(15:35 +0000)
committer
Steven Barth
<steven@midlink.org>
Mon, 2 Jun 2008 15:35:10 +0000
(15:35 +0000)
libs/sgi-webuci/Makefile
patch
|
blob
|
history
diff --git
a/libs/sgi-webuci/Makefile
b/libs/sgi-webuci/Makefile
index 5be84dcb39b795a1a78ed4963262c19fad742ea9..fe5fbb8038babc9c7db04e089a2c8f79148513ba 100644
(file)
--- a/
libs/sgi-webuci/Makefile
+++ b/
libs/sgi-webuci/Makefile
@@
-44,7
+44,7
@@
boa-compile: $(BOA_DIR)/.configured
compile: boa-compile src/luci.o src/cgi.o
mkdir -p dist/usr/bin dist/usr/lib/boa
cp $(BOA_DIR)/src/boa $(BOA_DIR)/src/boa_indexer dist/usr/bin
- $(LINK) $(SHLIB_FLAGS)
$(LUA_SHLIBS)
-o dist/usr/lib/boa/luci.so src/luci.o src/cgi.o $(LUA_LIBS)
+ $(LINK) $(SHLIB_FLAGS) -o dist/usr/lib/boa/luci.so src/luci.o src/cgi.o $(LUA_LIBS)
clean:
rm -rf $(BOA_DIR) $(BOA_FILE)