build: get rid of FIND_L from host.mk
[openwrt/staging/yousong.git] / include / host.mk
index ec3ae276a429809acefa78ff4a719ea0ee7ff335..2ccab8e1e62bb2637d3641cfe543fcd1315a4606 100644 (file)
@@ -41,11 +41,6 @@ $(TMP_DIR)/.host.mk: $(TOPDIR)/include/host.mk
                echo "HOST_OS:=$$HOST_OS" > $@; \
                echo "HOST_ARCH:=$$HOST_ARCH" >> $@; \
                echo "GNU_HOST_NAME:=$$GNU_HOST_NAME" >> $@; \
-               if gfind -L /dev/null || find -L /dev/null; then \
-                       echo "FIND_L=find -L \$$(1)" >> $@; \
-               else \
-                       echo "FIND_L=find \$$(1) -follow" >> $@; \
-               fi \
        ) >/dev/null 2>/dev/null
 
 endif