diff options
author | Steven Barth <steven@midlink.org> | 2008-06-02 15:35:10 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-06-02 15:35:10 +0000 |
commit | dc157c4dda60288fff57400144c1b2c7f6ca6683 (patch) | |
tree | 59d8eb08a8cfdd5cae229d4af5ea340f7f7ce43b /libs | |
parent | a6fa1e08336e16d487f3c0913ea07a8bb2b345a7 (diff) |
remove unnecessary compiler command line stuff in sgi-webuci
Diffstat (limited to 'libs')
-rw-r--r-- | libs/sgi-webuci/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/sgi-webuci/Makefile b/libs/sgi-webuci/Makefile index 5be84dcb3..fe5fbb803 100644 --- 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) |