projects
/
util-vserver.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
fb211fc
)
busybox fix
author
Natanael Copa
<ncopa@alpinelinux.org>
Wed, 29 Feb 2012 13:17:26 +0000 (14:17 +0100)
committer
Daniel Hokka Zakrisson
<daniel@hozac.com>
Wed, 29 Feb 2012 13:17:26 +0000 (14:17 +0100)
Makefile.am
patch
|
blob
|
history
diff --git
a/Makefile.am
b/Makefile.am
index
0a16f96
..
64ee9b7
100644
(file)
--- 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'; \