From: Collin Funk Date: Tue, 22 Jul 2025 02:04:09 +0000 (-0700) Subject: sys_un-h: Make sure that the 'sys' subdirectory is created. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f07c45598e16a06aa9766b8cb45a9fc4448fac07;p=thirdparty%2Fgnulib.git sys_un-h: Make sure that the 'sys' subdirectory is created. * modules/sys_un-h (Makefile.am): Make the 'sys' subdirectory. Remove @NMD@ that is not applicable to subdirectories. --- diff --git a/ChangeLog b/ChangeLog index 7f31550390..99ca126183 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2025-07-21 Collin Funk + + sys_un-h: Make sure that the 'sys' subdirectory is created. + * modules/sys_un-h (Makefile.am): Make the 'sys' subdirectory. Remove + @NMD@ that is not applicable to subdirectories. + 2025-07-21 Bruno Haible Fix typos. diff --git a/modules/sys_un-h b/modules/sys_un-h index 8f80b8b4c7..0e11755d8d 100644 --- a/modules/sys_un-h +++ b/modules/sys_un-h @@ -22,7 +22,7 @@ BUILT_SOURCES += $(SYS_UN_H) # doesn't have one. if GL_GENERATE_SYS_UN_H sys/un.h: sys_un.in.h $(top_builddir)/config.status -@NMD@ $(AM_V_GEN)$(MKDIR_P) '%reldir%' + $(AM_V_GEN)$(MKDIR_P) '%reldir%/sys' $(gl_V_at)$(SED_HEADER_STDOUT) \ -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \ -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \