|
@@ -102,6 +102,7 @@ endef
|
|
endif
|
|
endif
|
|
|
|
|
|
$(STAGING_DIR_HOST)/bin/stat: $(STAGING_DIR)/.prepared
|
|
$(STAGING_DIR_HOST)/bin/stat: $(STAGING_DIR)/.prepared
|
|
|
|
+ @rm -f $@
|
|
@if stat --version > /dev/null 2>&1; then \
|
|
@if stat --version > /dev/null 2>&1; then \
|
|
ln -s `which stat` $@; \
|
|
ln -s `which stat` $@; \
|
|
elif gstat --version > /dev/null 2>&1; then \
|
|
elif gstat --version > /dev/null 2>&1; then \
|