From: Bruno Haible Date: Sun, 16 Feb 2020 21:31:34 +0000 (+0100) Subject: lchmod: Fix buggy override on macOS, HP-UX (regression from 2020-02-08). X-Git-Tag: v1.0~4245 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=f8b2ef2538c88d0318456954ca2b37d769494d16;p=gnulib.git lchmod: Fix buggy override on macOS, HP-UX (regression from 2020-02-08). * modules/lchmod (Makefile.am): Don't add lchmod.c to lib_SOURCES. --- diff --git a/ChangeLog b/ChangeLog index 4e3f51ba23..e0c9882c6b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2020-02-16 Bruno Haible + + lchmod: Fix buggy override on macOS, HP-UX (regression from 2020-02-08). + * modules/lchmod (Makefile.am): Don't add lchmod.c to lib_SOURCES. + 2020-02-16 Paul Eggert xnanosleep: prefer pause, and get remaining time diff --git a/modules/lchmod b/modules/lchmod index e1054f6a4a..c82991008c 100644 --- a/modules/lchmod +++ b/modules/lchmod @@ -23,7 +23,6 @@ fi gl_SYS_STAT_MODULE_INDICATOR([lchmod]) Makefile.am: -lib_SOURCES += lchmod.c Include: