]> git.ipfire.org Git - thirdparty/gnulib.git/commitdiff
sys_un-h: Make sure that the 'sys' subdirectory is created.
authorCollin Funk <collin.funk1@gmail.com>
Tue, 22 Jul 2025 02:04:09 +0000 (19:04 -0700)
committerCollin Funk <collin.funk1@gmail.com>
Tue, 22 Jul 2025 02:04:09 +0000 (19:04 -0700)
* modules/sys_un-h (Makefile.am): Make the 'sys' subdirectory. Remove
@NMD@ that is not applicable to subdirectories.

ChangeLog
modules/sys_un-h

index 7f315503909e4739185cac9609f628b0aac98d38..99ca12618371343dd8d1f297c7e1115b7f5d8f38 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2025-07-21  Collin Funk  <collin.funk1@gmail.com>
+
+       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  <bruno@clisp.org>
 
        Fix typos.
index 8f80b8b4c72ea084884a022c0bf665b9858adaa4..0e11755d8dcfe1df8186841b4a74bec2611de7fd 100644 (file)
@@ -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' \