From 99016c5640a172306f1cd4dda9cc773e65f06f11 Mon Sep 17 00:00:00 2001 From: QC Date: Sat, 25 Jul 2015 20:06:26 +0200 Subject: [PATCH] Use copy to copy config.c file, instead off install that sets 755. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index ecb9ff36..5174e8e4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -83,7 +83,7 @@ README.html: README.md # config directory ## ${top_builddir}/config/config.c: ${top_srcdir}/config/config.def.c - install ${top_srcdir}/config/config.def.c $@ + cp ${top_srcdir}/config/config.def.c $@ ## # Extra DIST