From 23702c5d4d65042b7c765cb053cb315561b65b6b Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Wed, 29 Feb 2012 14:17:26 +0100 Subject: [PATCH] busybox fix --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 0a16f96..64ee9b7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -151,7 +151,7 @@ pathconfig.h: .pathconfig.h.pathsubst.stamp @mkdir -p $$(dirname '$@') @echo "$(SED) -e '...' $*.pathsubst >$*" @$(SED) -e '$(pathsubst_RULES)' '$<' >'$@.tmp' - @-chmod --reference='$<' '$@.tmp' + @-chmod $$(stat -c '%a' '$<') '$@.tmp' @if cmp -s '$@.tmp' '$*'; then \ echo "... no changes, reusing old version"; \ rm -f '$@.tmp'; \ -- 1.8.1.5