uhttpd: reorder compiler flags to fix native build on Ubuntu 11.x
SVN-Revision: 30936
This commit is contained in:
parent
e3af7c82f8
commit
80307216f2
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ endif
|
||||||
$(CC) $(CFLAGS) -c -o $@ $<
|
$(CC) $(CFLAGS) -c -o $@ $<
|
||||||
|
|
||||||
compile: $(OBJ) $(TLSLIB) $(LUALIB)
|
compile: $(OBJ) $(TLSLIB) $(LUALIB)
|
||||||
$(CC) -o uhttpd $(LDFLAGS) $(LIB) $(OBJ)
|
$(CC) -o uhttpd $(LDFLAGS) $(OBJ) $(LIB)
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f *.o *.so uhttpd
|
rm -f *.o *.so uhttpd
|
||||||
|
|
Loading…
Reference in a new issue