]> git.ipfire.org Git - thirdparty/elfutils.git/commit
config: Put the -D option as first argument to INSTALL_DATA
authorMark Wielaard <mark@klomp.org>
Wed, 8 Jan 2025 11:37:35 +0000 (12:37 +0100)
committerMark Wielaard <mark@klomp.org>
Fri, 10 Jan 2025 22:34:00 +0000 (23:34 +0100)
commit9c13147a3a7479414addfe58132a78f4311b74ad
treef9d50d24ffdd082ba3b5d5b3c45968129edf0ac1
parentc79c1d4d1d2995aefeb0119868b19c08d3184edb
config: Put the -D option as first argument to INSTALL_DATA

INSTALL_DATA uses the install program to install files. The GNU
coreutils implementation of install takes options anywhere. Other
implementations of install might take options only before the source
and destination arguments.

* config/Makefile.am (all-local): Move -D option before
file and directory arguments.

Signed-off-by: Mark Wielaard <mark@klomp.org>
config/Makefile.am