diff --git a/Makefile.in b/Makefile.in index d048be6584f..e60e23c8eb4 100755 --- a/Makefile.in +++ b/Makefile.in @@ -158,7 +158,7 @@ Makefiles: info: @mkdir -p build/ scripts/git-info.sh build/ - cp -a config.out build/ + $(CP) -p config.out build/ clean: @for I in ${all_subdirs} ; \