uhttpd: reorder compiler flags to fix native build on Ubuntu 11.x
SVN-Revision: 30936
This commit is contained in:
@@ -70,7 +70,7 @@ endif
|
||||
$(CC) $(CFLAGS) -c -o $@ $<
|
||||
|
||||
compile: $(OBJ) $(TLSLIB) $(LUALIB)
|
||||
$(CC) -o uhttpd $(LDFLAGS) $(LIB) $(OBJ)
|
||||
$(CC) -o uhttpd $(LDFLAGS) $(OBJ) $(LIB)
|
||||
|
||||
clean:
|
||||
rm -f *.o *.so uhttpd
|
||||
|
||||
Reference in New Issue
Block a user