diff options
Diffstat (limited to 'src/portab/build.mk')
| -rw-r--r-- | src/portab/build.mk | 3 |
1 files changed, 3 insertions, 0 deletions
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} |