Added the header file dependency for the long path handling which makes it build on demand

This commit is contained in:
Olaf Barthel
2025-07-14 13:31:14 +02:00
parent 165232d694
commit d9b2c0f38f
+4
View File
@@ -261,6 +261,7 @@ C_LIB = \
stdio_iobhookentry.o \
stdio_lock.o \
stdio_locksemaphorename.o \
stdio_long_path.o \
stdio_nostdio.o \
stdio_openiob.o \
stdio_parent_of_fh.o \
@@ -517,6 +518,7 @@ UNIX_LIB = \
stdio_fopen.o \
stdio_init_exit.o \
stdio_locksemaphorename.o \
stdio_long_path.o \
stdio_openiob.o \
stdio_popen.o \
stdio_record_locking.o \
@@ -605,6 +607,8 @@ UNIX_LIB = \
unistd_wildcard_expand.o \
utime_utime.o
stdio_long_path.o : stdio_long_path.c stdio_long_path.h
MATH_LIB = \
complex_carg.o \
complex_cargf.o \