[tools] gmp: update to 5.0.4
[openwrt.git] / package / uhttpd / src / Makefile
index 5e98ab8..2b08ec6 100644 (file)
@@ -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
This page took 0.021242 seconds and 4 git commands to generate.