From 18375860d92de2fa3a58defee0e099f777fd3d30 Mon Sep 17 00:00:00 2001 From: Nakidai Date: Thu, 19 Feb 2026 00:54:17 +0300 Subject: Add header file dependencies Now build system will handle header file changes correctly as well --- src/portab/build.mk | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/portab') diff --git a/src/portab/build.mk b/src/portab/build.mk index a184ead2..5e87a165 100644 --- a/src/portab/build.mk +++ b/src/portab/build.mk @@ -7,5 +7,8 @@ OBJS.portab += src/portab/strtok_r.o OBJS.portab += src/portab/vsnprintf.o OBJS.portab += src/portab/waitpid.o +DEPS := ${OBJS.portab:.o=.d} +-include ${DEPS} + src/portab/libngportab.a: ${OBJS.portab} ar rcs src/portab/libngportab.a ${OBJS.portab} -- cgit 1.4.1