aboutsummaryrefslogtreecommitdiff
path: root/gas/doc
diff options
context:
space:
mode:
authorBenson Muite <benson_muite@emailplus.org>2023-02-27 13:35:49 +0000
committerNick Clifton <nickc@redhat.com>2023-02-27 13:35:49 +0000
commit8034b0baeac1b209b1742b3e8fa25015191b57b8 (patch)
tree3db2c7fce08489ddba152ad8d35c486da2d35887 /gas/doc
parentc38463074e08a6443a283215d7899d71480715d0 (diff)
downloadgdb-8034b0baeac1b209b1742b3e8fa25015191b57b8.zip
gdb-8034b0baeac1b209b1742b3e8fa25015191b57b8.tar.gz
gdb-8034b0baeac1b209b1742b3e8fa25015191b57b8.tar.bz2
Do not change the timestamp when updating the gas asconfig file.
PR 28909 * doc/local.mk (asconfig.texi): Use "cp -p" to preserve timestamps. * Makefile.in: Regenerate.
Diffstat (limited to 'gas/doc')
-rw-r--r--gas/doc/local.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/doc/local.mk b/gas/doc/local.mk
index f611a50..de13e3c 100644
--- a/gas/doc/local.mk
+++ b/gas/doc/local.mk
@@ -41,7 +41,7 @@ TEXI2DVI = texi2dvi -I "$(srcdir)/%D%" -I %D% -I "$(srcdir)/../libiberty" \
%D%/asconfig.texi: %D%/$(CONFIG).texi %D%/$(am__dirstamp)
$(AM_V_at)rm -f %D%/asconfig.texi
- $(AM_V_GEN)cp $(srcdir)/%D%/$(CONFIG).texi %D%/asconfig.texi
+ $(AM_V_GEN)cp -p $(srcdir)/%D%/$(CONFIG).texi %D%/asconfig.texi
$(AM_V_at)chmod u+w %D%/asconfig.texi
CPU_DOCS = \