changeset 7:32cb5a2d1178

src/Makefile: add dependency on actively changing twjit.h
author Mychaela Falconia <falcon@freecalypso.org>
date Fri, 05 Jul 2024 21:38:21 +0000
parents 668b84c52094
children 95f6c8ce33b0
files src/Makefile
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/Makefile	Fri Jul 05 21:34:55 2024 +0000
+++ b/src/Makefile	Fri Jul 05 21:38:21 2024 +0000
@@ -4,9 +4,12 @@
 include ../config.defs
 
 CPPFLAGS=${OSMO_INCLUDE} -I../build-inc
+HDRS=	../include/twjit.h
 
 all:	${LIB}
 
+${OBJS}: ${HDRS}
+
 ${LIB}:	${OBJS}
 	ar rcu $@ ${OBJS}
 	ranlib $@