tools: fix GNU stat detection to prevent it from picking up other things named "gstat...
[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) $(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
 
 clean:
        rm -f *.o *.so uhttpd
This page took 0.024072 seconds and 4 git commands to generate.