]> Savannah Git Hosting - gnulib.git/commitdiff
lchmod: Fix buggy override on macOS, HP-UX (regression from 2020-02-08).
authorBruno Haible <bruno@clisp.org>
Sun, 16 Feb 2020 21:31:34 +0000 (22:31 +0100)
committerBruno Haible <bruno@clisp.org>
Sun, 16 Feb 2020 21:41:46 +0000 (22:41 +0100)
* modules/lchmod (Makefile.am): Don't add lchmod.c to lib_SOURCES.

ChangeLog
modules/lchmod

index 4e3f51ba23983e2035d2aca1dd62a5bc5c4489ef..e0c9882c6bf0088b14a7126281368c5bc2d4c583 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2020-02-16  Bruno Haible  <bruno@clisp.org>
+
+       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  <eggert@cs.ucla.edu>
 
        xnanosleep: prefer pause, and get remaining time
index e1054f6a4a4a5965f6c419313ed345c16630f6c5..c82991008c1aadf7f585970a7b671b5771e24c75 100644 (file)
@@ -23,7 +23,6 @@ fi
 gl_SYS_STAT_MODULE_INDICATOR([lchmod])
 
 Makefile.am:
-lib_SOURCES += lchmod.c
 
 Include:
 <sys/stat.h>