# HG changeset patch
# User Mychaela Falconia <falcon@freecalypso.org>
# Date 1720215501 0
# Node ID 32cb5a2d1178f7e33403502706f85cee69e89c06
# Parent  668b84c52094537b60e9719d57dea9598a67b24d
src/Makefile: add dependency on actively changing twjit.h

diff -r 668b84c52094 -r 32cb5a2d1178 src/Makefile
--- 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 $@