1
0
mirror of https://https.git.savannah.gnu.org/git/gnulib.git synced 2026-04-28 06:33:36 +00:00

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.
This commit is contained in:
Collin Funk
2025-07-21 19:04:09 -07:00
parent 91aacb5536
commit f07c45598e
2 changed files with 7 additions and 1 deletions

View 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' \